Andrew Kryczka

Results 126 comments of Andrew Kryczka

> Is there a gotcha with enabling this option? Sort of. A different option (`max_dict_bytes`) needs to also be enabled, otherwise there is no dictionary to build a digested dictionary...

Maybe memtable flush? From the "Memory Usage of All Mem Tables" chart we can infer flush is happening to reduce the memory, even though "Number of Running Flushes" is always...

> Any progress on this issue? I believe it should be a relatively straightforward task that can be quickly addressed. Changing the source file license text of a large company's...

> * Destructors should involve blocking operations as minimally as possible, as they might be run when an exception is thrown, and a sync might be waiting minutes for a...

9.3 was the May release. This landed in June so will be in 9.4. 9.4 is nearly ready to be tagged.

> Maybe this value should not be set to a negative number? Agreed. I assume you are also setting `level0_file_num_compaction_trigger < 0`. Let us know if that's not the case.