Bacarus
--logger_rotate_size
and --logger_rotate_max_files
, are they related to this use case or are they only for the filesystem logging plugin?Jocelyn Bothe
Bacarus
--buffered_log_max
is the flag that I was looking for.
The value represents “_the maximum number of logs to buffer before dropping new logs”_ .
So there is no way to select a predefined size of the memory used by rocksdb to buffer the logs, I can only play around the number of logs, am I right?--buffered_log_max=10
can I have 10 logs per query in the buffer (for a total of 30 logs) ?