Hacker News new | ask | show | jobs
by morelisp 1206 days ago
> You ain’t (hopefully) loading your whole database into memory

I've basically built my career for the past decade by pointing out "yes, we can load our whole working set into memory" for the vast majority of problems. This is especially true if you have so little data you think you don't have CPU problems either.

1 comments

Databases are often not used by a single entity, so while I am very interested in your experiences, I think it is a great specialization for certain problems, but is not a general solution to everything.

All in all, I fail to see how it disagrees with my points.

> All in all, I fail to see how it disagrees with my points.

I didn’t see any part of the comment that implied it did