Remove the compaction delay. Somehow it's not helping.

This commit is contained in:
JoelKatz
2013-07-02 23:37:52 -07:00
parent fe3deb750a
commit 009fa899a9

View File

@@ -822,9 +822,6 @@ Status DBImpl::FinishCompactionOutputFile(CompactionState* compact,
(unsigned long long) output_number,
(unsigned long long) current_entries,
(unsigned long long) current_bytes);
// rate-limit compaction file creation with a 100ms pause
env_->SleepForMicroseconds(100000);
}
}
return s;