Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在像这样的 PostgreSQL 解释计划中:
http://explain.depesz.com/s/wwO
什么可以证明最后一个 hashjoin 和 hashaggregate 之间的时间?
只有数据量来操作?
可能是因为将 290 万行减少到 32 行。
无关:您是否对该查询引用的表运行了 ANALYZE ?估计与实际数字相差甚远。