On Tue, Mar 9, 2021, at 13:16, Pavel Stehule wrote: > út 9. 3. 2021 v 11:32 odesílatel Joel Jacobson <j...@compiler.org> napsal: >> __On Thu, Mar 4, 2021, at 16:40, Tom Lane wrote: >>> My experience with working with parallel arrays in SQL has been unpleasant. >> >> Could you please give an example on such an unpleasant experience? > > it was more complex application with 3D data of some points in 2D array. > Everywhere was a[d, 0], a[d, 1], a[d, 2], instead a[d] or instead a[d].x, ...
Not sure I understand, but my question was directed to Tom, who wrote about his experiences in a previous message up thread. Tom - can you please give details on your unpleasant experiences with parallel arrays? /Joel