onehundredsixtynine@sh.itjust.works to Technology@lemmy.worldEnglish · 21 days agoThe Great Software Quality Collapse: How We Normalized Catastrophetechtrenches.substack.comexternal-linkmessage-square71linkfedilinkarrow-up1291arrow-down110cross-posted to: programming@lemmy.ml
arrow-up1281arrow-down1external-linkThe Great Software Quality Collapse: How We Normalized Catastrophetechtrenches.substack.comonehundredsixtynine@sh.itjust.works to Technology@lemmy.worldEnglish · 21 days agomessage-square71linkfedilinkcross-posted to: programming@lemmy.ml
minus-squarenelson@lemmy.worldlinkfedilinkEnglisharrow-up16·21 days agoThis is very true. You don’t need a bigger database server, you need an index on that table you query all the time that’s doing full table scans.
minus-squarePattyMcB@lemmy.worldlinkfedilinkEnglisharrow-up1·21 days agoOr sharding on a particular column
This is very true. You don’t need a bigger database server, you need an index on that table you query all the time that’s doing full table scans.
Or sharding on a particular column