cassandra: Add option to select (hopefully) more efficient batch insertion algos
Closed
requested to merge generated-differential-D6139-source into generated-differential-D6139-target
- Sep 09, 2021
-
-
vlorentz authored
And fall back to concurrent insertion.
-
- Sep 08, 2021
-
-
vlorentz authored
By reusing the 'steady state' main statement (which is quite large) across calls.
-
vlorentz authored
This adds a new config option for the cassandra backend, 'directory_entries_insert_algo', with three possible values: * 'one-per-one' is the default, and preserves the current naive behavior * 'concurrent' and 'batch' are attempts at being more efficient
-