Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All compactions are done in the background and do not prevent concurrent reads and writes of the data.  After a compaction the system waits until all readers of the old files have finished and then removes the old files.

Compactions are MR jobs with name in the following form: <hostname>-compactor-<db>.<table>.<partition>

Base and Delta Directories

...