Re: SIMD optimization for list_sort - Mailing list pgsql-hackers

From John Naylor
Subject Re: SIMD optimization for list_sort
Date
Msg-id CANWCAZa6WwCURrfoHVD++ufzhSXeb=MLe9JdtC8URZVmFDcJ9Q@mail.gmail.com
Whole thread Raw
In response to SIMD optimization for list_sort  ("Giacchino, Luca" <luca.giacchino@intel.com>)
List pgsql-hackers
On Fri, Nov 22, 2024 at 6:27 AM Giacchino, Luca
<luca.giacchino@intel.com> wrote:
> We’d appreciate feedback on this approach. In the meantime, we will complete the patch to share. We also plan to
extendSIMD-based sort to tuple sort in the future. 

Coincidentally, I'll be prototyping a tuple sort that will take better
advantage of keys that are integers (whether authoritative or
abbreviated), using scalar, portable branch-free techniques. This will
require some re-architecting and I believe that will also make it
easier for you to experiment with sorting networks there.

--
John Naylor
Amazon Web Services



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Windows pg_basebackup unable to create >2GB pg_wal.tar tarballs ("could not close file: Invalid argument" when creating pg_wal.tar of size ~ 2^31 bytes)
Next
From: Andrei Lepikhov
Date:
Subject: Re: SIMD optimization for list_sort