Islam AbdelRahman

Results 2 comments of Islam AbdelRahman

@siying suggested that MyRocks can for now issues a Flush() and compact all L0 files using CompactFiles() API. but a better solution will be to bring back read triggered compactions...

Thanks @alxyang, it looks like an issue in rocksdb that happen when CompactionFilter is issued with CompactFiles() and the CompactionFilter is using DB::Get() inside. We are working on a fixing...