Memory usage and clog file size #6624
-
|
We're currently having a namespace with some databases. The Now the interesting bits:
We are just using the normal start options: /usr/local/bin/surreal start --bind 127.0.0.1:9000 surrealkv:///var/lib/surrealdb$ surreal version
2.4.0 for linux on x86_64Any ideas on what's going on or on how to trim some data? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hey @EtienneBruines We've updated the surrealkv design, in the previous versions, the clog would represent the commit log entries (transaction log). Could you please try the latest alpha for the updated surrealkv design, which is closer to lsm |
Beta Was this translation helpful? Give feedback.
Hey @EtienneBruines
We've updated the surrealkv design, in the previous versions, the clog would represent the commit log entries (transaction log). Could you please try the latest alpha for the updated surrealkv design, which is closer to lsm