Hello all, I've used Jena-Fuseki previously, but when I needed to reload all my data (I'm using TDB), I've generally erased the contents of my data directory and recreated it because it's faster than dropping the graph. I'm noticing now though that if I issue a SPARQL DROP ALL update, the graph does indeed get dropped, but if I check the size of my data directory, it's the same as it was. When my data gets added back, the data directory gets that much larger, eventually causing me to run out of free space on the volume.
Is there some sort of vacuum procedure I need to run to clear the stale data? Or a reset command that will restore the contents of the data directory to its default, empty state? It would be nice to be able to do this without stopping Fuseki, as it will be serving other databases besides the one I'm currently messing with. Thanks, Hugh
