6 ms·
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?
by anxiously 4y 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?
- GaryNumanVevo 4y agoExtremely important, search indexes are cache optimized. Live update indexes even more so.