public inbox for [email protected]
help / color / mirror / Atom feedFrom: Joel Jacobson <[email protected]>
To: pgsql-hackers <[email protected]>
Subject: Is *fast* 32-bit support still important?
Date: Mon, 29 Jul 2024 22:40:16 +0200
Message-ID: <[email protected]> (raw)
Hello hackers,
I would like your help to collectively try to answer these three questions:
1. Who are the current users of 32-bit PostgreSQL?
2. Among these users, how many are upgrading to new major versions?
3. For how many of these users is performance critical?
This came up during ongoing work on optimizing numeric_mul [1].
To me, it's non-obvious whether introducing `#if SIZEOF_DATUM < 8` with
separate 32-bit and 64-bit code paths is worthwhile to maintain performance
for both.
Knowing more about $subject can hopefully help us reason about how much
additional code complication is justifiable for *fast* 32-bit support.
I checked the archives but only found a discussion on *dropping* 32-bit support
[2], which is a different topic.
Thanks for input!
/Joel
[1] https://postgr.es/m/[email protected]
[2] https://postgr.es/m/[email protected]
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: Is *fast* 32-bit support still important?
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox