Re: Alternative Row Cache Implementation

2011-06-30 Thread Jonathan Ellis
I'm interested. :) On Thu, Jun 30, 2011 at 11:44 AM, Daniel Doubleday wrote: > Hi all - or rather devs > > we have been working on an alternative implementation to the existing row > cache(s) > > We have 2 main goals: > > - Decrease memory -> get more rows in the cache without suffering a huge

Re: Alternative Row Cache Implementation

2011-06-30 Thread Terje Marthinussen
We had a visitor from Intel a month ago. One question from him was "What could you do if we gave you a server 2 years from now that had 16TB of memory" I went Eh... using Java? 2 years is maybe unrealistic, but you can already get some quite acceptable prices even on servers in the 100GB

Re: Alternative Row Cache Implementation

2011-06-30 Thread Edward Capriolo
On Thu, Jun 30, 2011 at 12:44 PM, Daniel Doubleday wrote: > Hi all - or rather devs > > we have been working on an alternative implementation to the existing row > cache(s) > > We have 2 main goals: > > - Decrease memory -> get more rows in the cache without suffering a huge > performance penalty

Alternative Row Cache Implementation

2011-06-30 Thread Daniel Doubleday
Hi all - or rather devs we have been working on an alternative implementation to the existing row cache(s) We have 2 main goals: - Decrease memory -> get more rows in the cache without suffering a huge performance penalty - Reduce gc pressure This sounds a lot like we should be using the new