First of all let me say that get event store is a very nice and attractive solution for an event driven architecture.
It embodies alot of features in one tool. Features which you could have used only by assembling several tools and take care of consistencies on your own.
Now to my question, what are the limitations of get event store?
I see there on the website that it can handle 15k writes/sec. What was the configuration / setup for the server or cluster (if a cluster was used)?
What is the number of max nodes a cluster can handle (by handle I mean keep the input and output flow steady) ?
What are the limitation for the projections? Should they be used only for simple queries?
I am more interested for high input/writes volume applications (with steady 100k writes/sec with or without bursts of milions / sec) ? Is event store a practical
solution for these high volume of input streams?
Some benchmarks for free and commercial versions would nice to have on the website.
Thanks for any clarification