Quick question here.

Compactions seems to be triggered when we flush automatically, but not when
we flush manually.

for 1 to 10
  put into a table
  flush the table
end of for

Will create 10 files, and will not trigger any compaction.

Should we also compact after manual flushs?

JM

Reply via email to