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

Improve DECIMAL support to store and compare packed decimals #41

Open
greenlion opened this issue Aug 2, 2020 · 1 comment
Open

Improve DECIMAL support to store and compare packed decimals #41

greenlion opened this issue Aug 2, 2020 · 1 comment
Labels
BETA3 Target for beta #3 enhancement New feature or request

Comments

@greenlion
Copy link
Owner

This is an on-disk format change, so it should be part of beta 2 so that tables do not need to be repaired/reconstructed in beta3.

@greenlion greenlion added bug Something isn't working BETA2 Target for beta #2 labels Aug 2, 2020
@greenlion greenlion added BETA3 Target for beta #3 enhancement New feature or request and removed BETA2 Target for beta #2 bug Something isn't working labels Aug 14, 2020
@greenlion
Copy link
Owner Author

In beta2 WARP continues to store decimal as string, and it pushes decimal comparisons to the MySQL layer. Doing decimal comparisons requires Fastbit modification of both bitmap indexing and column comparisons and is too complex for beta 2. Might be pushed out beyond beta 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BETA3 Target for beta #3 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant