Hi all. Is there some way to shut down a Derby database in a faster way?
The current ;shutdown=true we're using is doing a checkpoint, which seems to be a particularly expensive operation. I can't rely on the "if you don't want to do the checkpoint, just don't shut it down" approach, because this won't release file handles and when the user closes the database they expect to be able to move the files immediately after. TX
