Home
last modified time | relevance | path

Searched refs:schedule (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/tools/
Dbenchmark_leveldb.sh149 schedule="$output_dir/schedule.txt"
159 echo "Start $job at `date`" | tee -a $schedule
181 echo "Complete $job in $((end-start)) seconds" | tee -a $schedule
Dbenchmark.sh453 schedule="$output_dir/schedule.txt"
463 echo "Start $job at `date`" | tee -a $schedule
519 echo "Complete $job in $((end-start)) seconds" | tee -a $schedule
/rocksdb-6.9/util/
Dthreadpool_imp.cc70 void Submit(std::function<void()>&& schedule,
358 void ThreadPoolImpl::Impl::Submit(std::function<void()>&& schedule, in Submit() argument
374 item.function = std::move(schedule); in Submit()
/rocksdb-6.9/docs/_posts/
D2017-06-26-17-level-based-changes.markdown14 …due to involvement in pending L0->L1 or L1->L2 compactions. We can only schedule a parallel L0->L1…
30 …otice this leaves the database in a state where we might not be able to schedule parallel compacti…
D2016-01-29-compaction_pri.markdown28 …overwrite existing keys so size level 1 doesn't increase, so no need to schedule further compactio…