Re: PATCH: Using BRIN indexes for sorted output

From: Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Greg Stark <stark(at)mit(dot)edu>, Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, Zhihong Yu <zyu(at)yugabyte(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PATCH: Using BRIN indexes for sorted output
Date: 2023-02-16 14:07:59
Message-ID: e0b6e395-3ab7-6021-b058-3c5901912b36@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Rebased version of the patches, fixing only minor conflicts.

regards

--
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
0001-Allow-index-AMs-to-build-and-use-custom-sta-20230216.patch text/x-patch 60.5 KB
0002-wip-introduce-debug_brin_stats-20230216.patch text/x-patch 5.7 KB
0003-wip-introduce-debug_brin_cross_check-20230216.patch text/x-patch 19.7 KB
0004-Allow-BRIN-indexes-to-produce-sorted-output-20230216.patch text/x-patch 131.6 KB
0005-wip-brinsort-explain-stats-20230216.patch text/x-patch 12.8 KB
0006-wip-multiple-watermark-steps-20230216.patch text/x-patch 6.3 KB
0007-wip-adjust-watermark-step-20230216.patch text/x-patch 9.1 KB
0008-wip-adaptive-watermark-step-20230216.patch text/x-patch 13.1 KB
0009-wip-add-brin_sort.sql-test-20230216.patch text/x-patch 179.8 KB
0010-wip-test-generator-script-20230216.patch text/x-patch 11.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-02-16 14:38:18 Re: Dead code in ps_status.c
Previous Message Nazir Bilal Yavuz 2023-02-16 13:19:02 Refactor calculations to use instr_time