Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

At my old workplace we had a few multi-TB tables with several billion rows in a vanilla RDS MySql 5.7 instance (although it was obviously a sizable instance type), simple single-row SELECT queries on an indexed column (ie SELECT * FROM table WHERE external_id = 123;) would be low single-digit milliseconds.

Proper indexing is key of course, and metrics to find bottlenecks.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: