afs commented on issue #1252:
URL: https://github.com/apache/jena/issues/1252#issuecomment-1101440442

   Summary of compact improvements to consider:
   
   1. Improve compaction handling across a crash/restart (part written 
compacted databases)
   2. Make sure files are getting closed.
   3. (Maybe) allow existing readers to continue on the old database after 
change over.
   
   A possible TDB2 improvement for many small updates is to front the database 
with buffering updates; wait for 10 or 20 updates or a timeout and execute a 
TDB transaction for all of small updates. Losses the boundaries of old version 
databases are ever exposed which they aren't currently.
   


-- 
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