which PG version can I used ?
Opened this issue · 3 comments
compasses commented
as title.
knizhnik commented
Postgres 10 and newer
If you have problems with building VOPS with some particular PG version, please let me know.
compasses commented
oh thanks, i use PG 9.3 seems not work, i have change to PG 12.
compasses commented
Hi, after do some investigation. I have a few questions
- The vops table not pg native heap table, all data saved in tiles format, right?
- The vectorized execution still based the vops table storage engine, since which data save in 64 length array.
- Last but not least, do you have any idea, if i just want to implement the native vectorized execution?
thanks.