Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 - Mailing list pgsql-hackers

From Peter Smith
Subject Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Date
Msg-id CAHut+Psuuks-ogN0SxSOEH6vTMdP38FD5+ZxU162qozPg4Qe8A@mail.gmail.com
Whole thread Raw
In response to Re: [WIP]Vertical Clustered Index (columnar store extension) - take2  (Peter Smith <smithpb2250@gmail.com>)
List pgsql-hackers
Here are the latest v19* patches.

Changes include:

PATCH 0002.
Cleaning
- Removed unused code (per Timur's patch 0002 [1])
- Removed vci_pg_copy.h; Combined this into postrgesql_copy.h
Code changes
- Changed linear search to switch (per Timur's patch 0003 [1])
- Removed UpperUniquePath (fix build issue due to master commit 24225ad)

======
[1] Timur's patches.
https://www.postgresql.org/message-id/07c53a696afb8089d724214dbaeded6fcaa8fc0d.camel%40postgrespro.ru

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment

pgsql-hackers by date:

Previous
From: Xuneng Zhou
Date:
Subject: Re: memory leak in logical WAL sender with pgoutput's cachectx
Next
From: jian he
Date:
Subject: Re: UPDATE with invalid domain constraint