imbajin commented on issue #2474:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2474#issuecomment-1985156551

   @dosu-bot 感谢你的回复, HG 的确提供了一个手动触发 compaction 的 api, 参考 #1373 和 #1378, 
你能告诉用户如何使用和调用它吗? 
   
   另外, 虽然触发 `compaction` 能缓解这个问题, 但它并不是根本原因, 你应该查一下:
   1. 为何 `Rocksdb` 没有自动触发 compaction 长达数天之久, 这似乎是不符合预期的 (是否需要调整相关阈值参数)
   2. 查询一下 `RocksdbOption` 中有哪些可控制 compaction 阈值和磁盘空间, 或者 `WAL` 日志大小相关参数
   3. 如果用户想手动从磁盘中删除 Rocksdb 存储的过期数据, 应该如何操作避免误删, 告诉一下 Rocksdb 目录的常见文件存储结构


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to