On Mon, Mar 17, 2014 at 2:55 PM, Carsten Saathoff <[email protected]>wrote:
> Using a (custom) HBase journal, I am able to persist 10k commands per > second, both using a single processor (slightly above 10k) and using > multiple processors (slightly below 10k). In that respect, HBase seems to > scale better. The journal is not optimized, so probably there is potential > for more. > Thanks for the update. /Patrik > > Am Montag, 17. März 2014 13:45:39 UTC+1 schrieb Carsten Saathoff: > >> Hi, >> >> Am Montag, 17. März 2014 09:06:28 UTC+1 schrieb Patrik Nordwall: >> >> On my MacBook Pro: 2,3 GHz Intel Core i7, SSD >>>>> 110201.58 persistent commands per second >>>>> 10204.87 persistent events per second >>>>> >>>> >>>> How have these numbers be obtained? If I can achieve those numbers with >>>> a lot of Porcessors in the system, I am more than happy ;) >>>> >>> >>> with the PerformanceSpec >>> Run with: >>> sbt -Dakka.persistence.performance.cycles.load=200000 >>> -Dakka.persistence.performance.cycles.warmup=10000 "project >>> akka-persistence-experimental" "test-only akka.persistence. >>> PerformanceSpec" >>> >> >> I ran those tests as well. >> Output is in the following gist: >> >> https://gist.github.com/kodemaniak/9598402 >> >> The eventsourcing and persistent channel test don't even terminate >> successfully. Only the command sourcing works partially, but the numbers >> are way worse than your numbers. I ran those tests on a desktop PC, 16 GB >> RAM (sbt gets 4GB), SATA Harddisks (RAID 1) and a Core i5 processor. >> >> I am doing a lot of data importing on this machine with HBase, and my >> feeling is that given the hardware a higher throughput should be possible. >> So I really start to wonder whether anything else is wrong on my machine. >> >> Do you have any comparative numbers fpr systems without a SSD? >> >> best >> >> Carsten >> >> -- > >>>>>>>>>> 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
