vops icon indicating copy to clipboard operation
vops copied to clipboard

which PG version can I used ?

Open compasses opened this issue 6 years ago • 3 comments

as title.

compasses avatar Sep 12 '19 06:09 compasses

Postgres 10 and newer If you have problems with building VOPS with some particular PG version, please let me know.

knizhnik avatar Sep 12 '19 19:09 knizhnik

oh thanks, i use PG 9.3 seems not work, i have change to PG 12.

compasses avatar Sep 13 '19 12:09 compasses

Hi, after do some investigation. I have a few questions

  1. The vops table not pg native heap table, all data saved in tiles format, right?
  2. The vectorized execution still based the vops table storage engine, since which data save in 64 length array.
  3. Last but not least, do you have any idea, if i just want to implement the native vectorized execution?

thanks.

compasses avatar Sep 29 '19 11:09 compasses