Structs

  • A snapshot of dynamic configs to make it easier to reason about an individual run of compaction.
  • A request for compaction.
  • A response from compaction.
  • A service for performing physical and logical compaction.
  • Timings 🔒

Enums

Constants

  • In Compactor::compact_and_apply_background, the minimum amount of time to allow a compaction request to run before timing it out. A request may be given a timeout greater than this value depending on the inputs’ size

Functions