Tune Compaction and Backup #2379
Unanswered
ltagliamonte-dd
asked this question in
Q&A
Replies: 1 comment 11 replies
-
@ltagliamonte-dd Could you provide rocksdb.* configurations in kvrocks.conf? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello folks! I'm in a pinch with kvrocks compaction/backup tuning....
I'm working on a data pipeline where I process a bunch of parquet files into kvrocks, every N files I create a checkpoint on S3 by calling compaction (COMPACT) on kvrocks and then backup (BGSAVE), and uploading the backup folder on S3.
Very often during the compaction and backup the memory consumption goes really high and my k8s pod with 40GB of mem get's oomkilled.
Is there a way to keep at bay the mem usage during compaction and backup?
What are the knobs to tune? I don't see any knob for backups.
This is my first time using kvrocks and I'm not really familiar with all the config params.
Beta Was this translation helpful? Give feedback.
All reactions