taosdata/TDengine

Is it possible to set the rocksdb options `max_log_file_size/keep_log_file_num`

Open

#32 930 ouverte le 9 sept. 2025

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)C (5 002 forks)batch import
help wantedquestion

Métriques du dépôt

Stars
 (24 849 stars)
Métriques de merge PR
 (Merge moyen 1j 1h) (4 PRs mergées en 30 j)

Description

I don't need the LOG files which are created here e.g. /var/lib/taos/vnode/vnode4/tq/stream/0x5940669214c1bdd8-0x1d3c08c2/state/LOG as they are getting really large > 1 GB.

I think with the two options max_log_file_size/keep_log_file_num of rocksdb i could limit the size. Is there a way to set both these options?

Guide contributeur