Replies: 1 comment
-
Pypgstac load items will definitely be faster for bulk loads.
|
Beta Was this translation helpful? Give feedback.
0 replies
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 there, we tested a bit around with the bulk_items endpoint and made the experience that we ran into timeouts (more than 30s) for even smaller bulks (e.g. 100 items, one item of 30kb size roughly).
Do you @bitner @vincentsarago or anyone have some experience with the performance or do you have some benchmarks made already to share with us?
Basically we used snippet like the test on our service:
stac-fastapi-pgstac/tests/clients/test_postgres.py
Line 328 in 21aae32
What do you recommend to use for bulk inserts, the endpoint or e.g. using tools like pygstac load items?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions