Add batching to writes (#1076)

Fixes #1077
This commit is contained in:
Alex Kremer
2024-01-04 15:17:15 +00:00
committed by GitHub
parent af485a0634
commit 28188aa0f9
8 changed files with 155 additions and 16 deletions

View File

@@ -16,7 +16,8 @@
//
// Advanced options. USE AT OWN RISK:
// ---
"core_connections_per_host": 1 // Defaults to 1
"core_connections_per_host": 1, // Defaults to 1
"write_batch_size": 20 // Defaults to 20
//
// Below options will use defaults from cassandra driver if left unspecified.
// See https://docs.datastax.com/en/developer/cpp-driver/2.17/api/struct.CassCluster/ for details.