I was giving some thought to the capacities/limits of Neo4J, and I realized that the 32 billion node/relationship limit, while it seems large, is not really all that huge. Imagine a system (web server, app server, machine) that generates some interesting data at a fairly high rate (tweets, web hits, etc.). And let's be conservative and assume that each of those instance of data require a node and 3 relationships. The limiting factor then becomes 10 billion relationships. If you do the math, that only allows data to be stored for 300 or so events per second for one year, and then you're maxed out. If the data requires any more than a couple properties, then it becomes the limiting factor and the capacity shrinks even further.
Given that we live in an area of big (and getting bigger) data, are there plans to lift those limitations in future releases?