You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we just talked about TSPERF again, because both TSBS and RockBench will no longer be maintained going forward, so TSPERF could be considered as a good alternative.
Can I humbly ask you to evaluate and/or confirm this is the optimal / most-performant way to insert data into CrateDB?
According to the documentation, UNNEST is still faster than multi-value statements. But it also says that the HTTP bulk endpoint is comparable to UNNEST:
The advantages are the same as using the UNNEST method:
From that perspective, I think we can use the more common self.cursor.executemany over UNNEST. Which is also what we typically use in production (for Python environments).
Hi there,
we just talked about TSPERF again, because both TSBS and RockBench will no longer be maintained going forward, so TSPERF could be considered as a good alternative.
Can I humbly ask you to evaluate and/or confirm this is the optimal / most-performant way to insert data into CrateDB?
tsperf/tsperf/adapter/cratedb.py
Lines 66 to 79 in 666ddfe
With kind regards,
Andreas.
/cc @WalBeh, @proddata, @hammerhead, @hlcianfagna
The text was updated successfully, but these errors were encountered: