Skip to content

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

Open
@mfvanek

Description

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

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions