area/docdbgood first issuekind/enhancementpriority/medium
Metriche repository
- Star
- (8229 star)
- Metriche merge PR
- (Merge medio 17g 21h) (92 PR mergiate in 30 g)
Descrizione
Jira Link: DB-4441
Description
In our code, the word "apply" could mean any of the following things:
- Applying Raft records to the underlying state machine (RocksDB)
- Applying intents to regular RocksDB (reading from intents DB and writing to the regular RocksDB)
Perhaps we should rename "applying" transactions to "settling" transactions.