摘要:
https://opensource.guide/how-to-contribute/ A checklist before you contribute When you’ve found a project you’d like to contribute to, do a quick scan 阅读全文
摘要:
本文重点从数据库本身角度,硬件和环境的优化不在本文范围内 1. 使用索引(Index All Columns Used in 'where', 'order by', and 'group by' Clauses) 索引的作用就不用在这里说了,需要说明的是其副作用:索引会占用更多的空间,并导致增删改 阅读全文