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

This commit is contained in:
JoelKatz
2013-07-02 23:37:52 -07:00
parent 70ddbd7b91
commit a35b3fbc6a

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;