Esri / file-geodatabase-api

FileGeodatabaseAPI_1.4 (1.4.0.183) The File Geodatabase C++ API for Windows, MacOS and Linux
Apache License 2.0
154 stars 60 forks source link

Is there an API to do a bulk row to add to table? #29

Open carldea opened 4 years ago

carldea commented 4 years ago

Didn't know if there was a faster way instead of individual inserts.

jpritchard-isl commented 4 years ago

I've not found one yet, however you can speed up inserts significantly using the Table.SetWriteLock() and Table.LoadOnlyMode(bool enabled) methods.