You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: