Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vectorized Operators on uncompressed data #13

Open
dhabich opened this issue Mar 19, 2019 · 0 comments
Open

Vectorized Operators on uncompressed data #13

dhabich opened this issue Mar 19, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dhabich
Copy link
Contributor

dhabich commented Mar 19, 2019

please implement all necessary column store operators in a vectorized way using the following steps
Step 1) implement by your own without vector lib
Step 2) extract primitives which should be available in the vectorlib
Step 3) implement primitives in the vector lib
Step 4) implement operators using vectorlib and conduct a series of experiments (microbenchmarks) regarding overhead.

@dhabich dhabich added the enhancement New feature or request label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants