Hacker News new | ask | show | jobs
by boundlessdreamz 5960 days ago
Can you explain/give pointers as to how the indices can be stored entirely in ram ?
1 comments

I think the only way to is add RAM when your indices grow.. that's what we did up until now. There is absolutely now way a data store to keep this kind of performance as soon as you involve a disk, so, yes, the secret of whatever datastore is to _always_ keep everything in memory.