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

on-disk btree index column value update problem on empty mapping #42

Open
sanketsarang opened this issue Jun 11, 2019 · 0 comments
Open
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@sanketsarang
Copy link
Contributor

The On-Disk Btree index does not delete the column value folder on an update operation, when post operation there are no more records present with the specific column value. This results in incorrect responses for SELECT DISTINCT query, which still assumes that a record with the previous value is present in the DB.

@sanketsarang sanketsarang added bug Something isn't working good first issue Good for newcomers labels Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant