postgres_vectorization_test
postgres_vectorization_test copied to clipboard
Vectorized executor to speed up PostgreSQL
Results
1
postgres_vectorization_test issues
Sort by
recently updated
recently updated
newest added
I've got pretty simple table; ``` sql CREATE FOREIGN TABLE samples_cstore ( id integer, sampled_at timestamp without time zone ) ``` Trying run datetrunc with grouping as ``` sql select...