TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

PostgreSQL 9.6 with Parallel Query vs. TPC-H

12 点作者 ioltas大约 9 年前

1 comment

pella大约 9 年前
<i>&gt;Many of these queries - Q4, Q5, Q6, Q7, Q14, Q15, and Q20 -would have been better off using a bitmap index scan on the driving table, but unfortunately that&#x27;s not supported in PostgreSQL 9.6.</i><p>the new Bloom index (9.6) can help here ? <a href="http:&#x2F;&#x2F;www.postgresql.org&#x2F;docs&#x2F;devel&#x2F;static&#x2F;bloom.html" rel="nofollow">http:&#x2F;&#x2F;www.postgresql.org&#x2F;docs&#x2F;devel&#x2F;static&#x2F;bloom.html</a><p>--<p>the SQL queries:<p>Q4: <a href="https:&#x2F;&#x2F;github.com&#x2F;tvondra&#x2F;pg_tpch&#x2F;blob&#x2F;master&#x2F;dss&#x2F;templates&#x2F;4.sql" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tvondra&#x2F;pg_tpch&#x2F;blob&#x2F;master&#x2F;dss&#x2F;templates...</a><p>Q5: <a href="https:&#x2F;&#x2F;github.com&#x2F;tvondra&#x2F;pg_tpch&#x2F;blob&#x2F;master&#x2F;dss&#x2F;templates&#x2F;5.sql" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tvondra&#x2F;pg_tpch&#x2F;blob&#x2F;master&#x2F;dss&#x2F;templates...</a><p>Q6: <a href="https:&#x2F;&#x2F;github.com&#x2F;tvondra&#x2F;pg_tpch&#x2F;blob&#x2F;master&#x2F;dss&#x2F;templates&#x2F;6.sql" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tvondra&#x2F;pg_tpch&#x2F;blob&#x2F;master&#x2F;dss&#x2F;templates...</a><p>Q7: <a href="https:&#x2F;&#x2F;github.com&#x2F;tvondra&#x2F;pg_tpch&#x2F;blob&#x2F;master&#x2F;dss&#x2F;templates&#x2F;7.sql" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tvondra&#x2F;pg_tpch&#x2F;blob&#x2F;master&#x2F;dss&#x2F;templates...</a><p>Q14: <a href="https:&#x2F;&#x2F;github.com&#x2F;tvondra&#x2F;pg_tpch&#x2F;blob&#x2F;master&#x2F;dss&#x2F;templates&#x2F;14.sql" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tvondra&#x2F;pg_tpch&#x2F;blob&#x2F;master&#x2F;dss&#x2F;templates...</a><p>Q15: <a href="https:&#x2F;&#x2F;github.com&#x2F;tvondra&#x2F;pg_tpch&#x2F;blob&#x2F;master&#x2F;dss&#x2F;templates&#x2F;15.sql" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tvondra&#x2F;pg_tpch&#x2F;blob&#x2F;master&#x2F;dss&#x2F;templates...</a><p>Q20: <a href="https:&#x2F;&#x2F;github.com&#x2F;tvondra&#x2F;pg_tpch&#x2F;blob&#x2F;master&#x2F;dss&#x2F;templates&#x2F;20.sql" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tvondra&#x2F;pg_tpch&#x2F;blob&#x2F;master&#x2F;dss&#x2F;templates...</a>
评论 #11549963 未加载