Hi All,

Thank you so much for the feedback. 

> I don't think "another extension might use it someday" makes a very strong 
> case, 
> particularly for something that requires a new dependency.

The x86-simdsort library is an optional dependency in Postgres. Also the new 
list sort implementation which uses the x86-simdsort library does not impact 
any of the existing workflows in Postgres. We have at least one use case where 
Pgvector gets a gain of 7 - 10 % in HNSW index build time using the SIMD sort 
implementation. Hence we feel that this patch could be up streamed further. 
Open to further discussion on the same.


> Note that our current implemention is highly optimized for low-cardinality 
> inputs.
> This is needed for aggregate queries. I found this write-up of a 
> couple scalar and vectorized sorts, and they show this library doing 
> very poorly on very-low cardinality inputs. I would look into that 
> before trying to get something in shape to share.
> 
> https://github.com/Voultapher/sort-research-
> rs/blob/main/writeup/intel_avx512/text.md

We ran our extension to stress list sort with low cardinality inputs. For eg, 
for an array of size 100k having repeated values in the range 1-10 we still see 
a gain of around 20% in throughput.
We will collect more data for low cardinality inputs and with AVX2 too.

Thanks and regards
Rakshit Rajeev

Reply via email to