Drew@sopuli.xyzM to Programming Circlejerk · 12 days agoPeople often say SQL has no problem to scale but they've never actually done itsopuli.xyzimagemessage-square21linkfedilinkarrow-up147arrow-down10file-text
arrow-up147arrow-down1imagePeople often say SQL has no problem to scale but they've never actually done itsopuli.xyzDrew@sopuli.xyzM to Programming Circlejerk · 12 days agomessage-square21linkfedilinkfile-text
URL: https://www.linkedin.com/posts/urielbitton_sql-is-not-easily-scalable-despite-what-people-activity-7315350270857666562-sbpV
minus-squareulternolinkfedilinkEnglisharrow-up1·9 days agoSo there was this QA tester filling a million documents in the database (NOSQL) and then using a single fetch to get all the data without pagination and then telling me my library was first being slow and then crashing. Of course I didn’t handle std::bad_alloc
So there was this QA tester filling a million documents in the database (NOSQL) and then using a single fetch to get all the data without pagination and then telling me my library was first being slow and then crashing.
Of course I didn’t handle
std::bad_alloc