Skip to content

Commit

Permalink
Update compaction.md (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitewum authored Sep 2, 2021
1 parent ce1c1b4 commit eb22b30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs-2.0/8.service-tuning/compaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,17 @@ These are some operation suggestions to keep Nebula Graph performing well.
## FAQ

Q: Can I do full compactions for multiple graph spaces at the same time?

A: Yes, you can. But the IO is much larger at this time.

Q: How much time does it take for full compactions?

A: When `rate_limit` is set to `20`, you can estimate the full compaction time by dividing the hard disk usage by the `rate_limit`. If you do not set the `rate_limit` value, the empirical value is around 50 MB/s.

Q: Can I modify `--rate_limit` dynamically?

A: No, you cannot.

Q: Can I stop a full compaction after it starts?

A: No you cannot. When you start a full compaction, you have to wait till it is done. This is the limitation of RocksDB.

0 comments on commit eb22b30

Please sign in to comment.