开发者

Why tchdb file size keep going bigger after tchdbout some items?

开发者 https://www.devze.com 2023-03-22 04:22 出处:网络
I use tchdb in a server to store some data. And use another program to clean some old and useless data. But after executing this cleaner the file size didn\'t change and keep going bigger while the se

I use tchdb in a server to store some data. And use another program to clean some old and useless data. But after executing this cleaner the file size didn't change and keep going bigger while the server still running. Did I do things wrong? Should I do something else in the server after executing the开发者_Python百科 cleaner?

Open mode for tchdbopen is HDBOREADER | HDBOWRITER | HDBOCREAT | HDBONOLCK.

0

精彩评论

暂无评论...
验证码 换一张
取 消