opencog / atomspace-rocks

AtomSpace Graph Database RocksDB backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to automate compaction on close. 40x too big.

linas opened this issue · comments

Running the learning kit on a tiny dictionary resulted in this:

$ du -s *rdb
21710584        gram-2.rdb   <<<<<<<<<<< wtf 21GB really?

closing and opening gives:

538360  gram-2.rdb  << half a GB. That's more like it.

which is a 40x compaction. That's sick. That's too big.

See also issue #10. Also has a 40x too-large RAM usage.

Fixing issue #10 appears to fix this problem as well. Wow!