HomeSoftware Heritage

cassandra: Add option to select (hopefully) more efficient batch insertion algos

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

cassandra: Add option to select (hopefully) more efficient batch insertion algos

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

Details

Provenance
vlorentzAuthored on Aug 26 2021, 11:08 AM
vlorentzPushed on Sep 9 2021, 3:27 PM
Differential Revision
D6139: cassandra: Add option to select (hopefully) more efficient batch insertion algos
Build Status
Buildable 23480
Build 36632: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.