[patch] bit XOR aggregate functions

From: Alexey Bashtanov <bashtanov(at)imap(dot)cc>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [patch] bit XOR aggregate functions
Date: 2021-02-09 15:25:19
Message-ID: 9d4582ae-ecfc-3a13-2238-6ab5a37c1f41@imap.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I personally use it as a checksum for a large unordered set, where
performance and simplicity is prioritized over collision resilience.
Maybe there are other ways to use them.

Best, Alex

Attachment Content-Type Size
bit-xor-agg-v001.diff text/x-patch 7.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2021-02-09 15:51:19 Re: About to add WAL write/fsync statistics to pg_stat_wal view
Previous Message Tang, Haiying 2021-02-09 14:48:02 RE: Support tab completion for upper character inputs in psql