TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
帖子内容
😂SQLite 的 query planning 能力还是比较有限的(试了一下 PostgreSQL 是会用索引正向反向各读一次的)。 SQLite 的 query planner 倒是很简单好理解,读一遍 https://sqlite.org/optoverview.html 就能猜出各种常见情况会怎么执行了,作为学习材料很棒。
😂SQLite 的 query planning 能力还是比较有限的(试了一下 PostgreSQL 是会用索引正向反向各读一次的)。 SQLite 的 query planner 倒是很简单好理解,读一遍 https://sqlite.org/optoverview.html 就能猜出各种常见情况会怎么执行了,作为学习材料很棒。