Hacker News new | ask | show | jobs
by anxiously 1297 days ago
Is fitting the index in ram really that important? Obviously it is fast, but if you can get away with storing it on a fast disk like an nvme gen4 then why not?
1 comments

Extremely important, search indexes are cache optimized. Live update indexes even more so.