Re: smgrextendv and vectorizing the bulk_write implementation

2024-11-22 Thread Heikki Linnakangas
On 22/11/2024 19:49, Matthias van de Meent wrote: Hi, While working on the fix for [0] I noticed that bulk_write doens't use any of the new vectorized IO features, which seemed like a waste. After looking into it a bit deeper, I noticed the opportunity for write vectorization was not very high,

smgrextendv and vectorizing the bulk_write implementation

2024-11-22 Thread Matthias van de Meent
Hi, While working on the fix for [0] I noticed that bulk_write doens't use any of the new vectorized IO features, which seemed like a waste. After looking into it a bit deeper, I noticed the opportunity for write vectorization was not very high, as one would expect most bulk_write IOs to be smgrex