oxigraph / oxigraph

SPARQL graph database
Apache License 2.0
1.04k stars 67 forks source link

Add String garbage collector #32

Open Tpt opened 4 years ago

Tpt commented 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.

Tpt commented 3 years ago

It is now implemented in the v0.3 branch.