Open Tpt opened 4 years ago
Currently, big strings are stored in a special key-value group to avoid overloading the indexes. However, strings are not removed even if all triples using them are removed. We should remove strings that are not used anymore.
It is now implemented in the v0.3 branch.
Currently, big strings are stored in a special key-value group to avoid overloading the indexes. However, strings are not removed even if all triples using them are removed. We should remove strings that are not used anymore.