I've put together a persistence plugin that uses spray-json and flat files, the motivation being that I'm writing a simulation and using JSON flat files it makes it easy to post-process the persistence logs.

I've used the simple TCK JournalPerfSpec benchmark class and discarded the first 25% of the results to allow for warmup. The numbers I'm getting are:

PersistAsync - ~62k records/second
Persist      - ~25k records/second
Recover      - ~73k records/second

That's more than adequate for my needs but I'm wondering how that stacks up against other persistence options - the HW I'm using is nothing special, 2Ghz i5 laptop, laptop HDD for storage.

--
Alan Burlison
--

--
     Read the docs: http://akka.io/docs/
     Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html
     Search the archives: https://groups.google.com/group/akka-user
--- You received this message because you are subscribed to the Google Groups "Akka User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to