area/docdbgood first issuekind/enhancementpriority/medium
Repository metrics
- Stars
- (8,229 stars)
- PR merge metrics
- (Avg merge 17d 21h) (92 merged PRs in 30d)
Description
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.