> Ok. After a second look: compact is asynchronous. How do I find out whether > it is finished or whether there is still a compaction going on? And related: > how do I shut down the server gracefully?
There is currently no query for checking whether compaction is going on, though I am working on this now. As for server shutdown, FleetDB has a crash-only design; you can shut down the server by CTRL-C'ing or kill(1)'ing it. In the alpha version of the database, it is conceivable that this could leave the database file with an incomplete trailing line (cat(1) any FleetDB database file if its unclear what this would mean). This is not hard to correct, but FleetDB doesn't currently implement internally. A future release will address this issue. - Mark
-- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en