Skip to main content
Question

Using the Esri Geodatabase (ArcSDE Geodb) Reader and Writer what would be the best settings to get the best performance to truncate and insert annotation feature class records to a writer. These annotation feature classes are not versioned

  • November 3, 2021
  • 2 replies
  • 31 views

Forum|alt.badge.img
Using the Esri Geodatabase (ArcSDE Geodb) Reader and Writer what would be the best settings to get the best performance to truncate and insert annotation feature class records to a writer. These annotation feature classes are not versioned

2 replies

hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1625 replies
  • November 4, 2021

I've found for absolute best performance with SDE is to write directly to the underlying database (eg SQL) completely bypassing the SDE layer.

This of course comes with limitations and risks and depends on how you environment is setup


Forum|alt.badge.img
  • Author
  • 12 replies
  • November 4, 2021

I've found for absolute best performance with SDE is to write directly to the underlying database (eg SQL) completely bypassing the SDE layer.

This of course comes with limitations and risks and depends on how you environment is setup

This would be going from an Oracle to SQL server database. I wasn't sure if the Oracle SHAPE columns (Shape, Length, etc...) would equal to the SQL Server Shape Columns.