Apart from creating indexes on columns that are retrieved often, and doing SELECT col1, col2, col3 FROM tbl instead of SELECT * FROM table, what else should I know about designing databases for scalability / fast performance?
Apart from creating indexes on columns that are retrieved often, and doing SELECT col1,
Share
You should know: