TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PostgreSQL 9.6 with Parallel Query vs. TPC-H

12 pointsby ioltasabout 9 years ago

1 comment

pellaabout 9 years ago
<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 未加载