Rate This Document
Findability
Accuracy
Completeness
Readability

fillseq

  1. Go to the directory where the tool is stored.
    cd /home/rocksdb-6.10.2
  2. Run the test command to create a database and populate the database.
    ./db_bench --benchmarks="fillseq,stats"

    The value of --benchmarks can be replaced by fillrandom. fillseq indicates sequential filling, and fillrandom indicates random filling.

    In the command output, Entries shows the data volume, Compression shows the compression type, Memtablerep shows the memory table type, DB path shows the database path, fillseq shows the performance data, and Compaction Stats shows the summary information.