
|
If you were logged in you would be able to see more operations.
|
|
Triple values (literals and resources) that are no longer referenced by any triple in the store are not removed from the resource/literals tables. While this does not cause erroneous behaviour, in time it may lead to a unnecessarily large resource table and thus a performance slowdown.
A simple fix can be implemented effectively by a singel SQL join over the resource and triples table, removing all entries that do not appear in the triples table.
|
|
Checked in a fix for this issue that removes unreferences values from resource and literals tables during the commitTransaction()
Could you please release a developer version in which this fix is included?
|
|