nick-lehmann / db-benchmark

Benchmark of different storage layouts for DB systems
https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/34256879628?4
1 stars 1 forks source link

Column Store AVX fixes #19

Closed ScaniaLovingCookie closed 2 years ago

ScaniaLovingCookie commented 2 years ago

fixes column store AVX code to now load/gather and store correctly. benchmark now produces identical results (in terms of returned row count) to scalar run.

PAX code using the ColumnStoreHelper.h will have to be slightly adapted. This pull request includes proposed changes to Page.h