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

Consider to add a check to prevent unnecessary where-clauses in index creating queries #194

Open
mfvanek opened this issue Feb 1, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mfvanek
Copy link
Owner

mfvanek commented Feb 1, 2023

We need a check to prevent unnecessary where-clauses like this
create index idx_table_a on table_a (client_id) where client_id is not null;
when client_id is declared as not null in table

@mfvanek mfvanek added enhancement New feature or request help wanted Extra attention is needed labels Feb 1, 2023
@mfvanek mfvanek changed the title Consider to add check to prevent unnecessary where clauses in index creating queries Consider to add a check to prevent unnecessary where-clauses in index creating queries Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant