kdejaeger opened a new issue, #1252:
URL: https://github.com/apache/jena/issues/1252

   I'm on version 4.3.2 through docker secoresearch/fuseki and have a dataset 
with name '/fedora'. The database is growing like crazy after deletes and posts 
of the same element.
   
   So I have understood I need to proactively compact the database, like 
described here: 
https://jena.apache.org/documentation/tdb2/tdb2_admin.html#compaction
   
   `DatabaseMgr.compact(dataSet.asDatasetGraph(), true);`
   
   But how to I get to the first parameter, `dataSet`?
   I have a RDFConnection object initialized with username/password.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to