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
Large inserts without using batch are source of OOMemory, so CrateDB
introduced a setting (configurable) to have a protective limit.
In this spirit, large inserts using the "multirow" strategy no longer
work, so accompany the test harness to only use them with "batched".
In this case, large is ~50_000 records, while ~25_000 records of
the shape at hand still work with traditional "multirow" inserts.
0 commit comments