Replies: 1 comment 1 reply
-
Try performing inserts in chunked transactions. See Example Tests: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
using GeoPackage, i recognizes that the insert perfomance is far slower than my privious SpatiaLite implementation with a bulk insert.
privious:
my BulkInsert class creates a sql string with an insert command and all content values..
Inside the prepareInsertStatement methode the function: ST_GeomFromWBK is used to handle the geometry column
current (GeoPackage):
Is there a way to increase the insert performance?
Beta Was this translation helpful? Give feedback.
All reactions