Answer the question
In order to leave comments, you need to log in
What is the efficiency of PostgreSQL index NULLS FIRST?
I want to understand whether there will be a performance increase when using an index:
CREATE INDEX test_idx
ON test USING btree (column ASC NULLS FIRST);
CREATE * FROM test WHERE column IS NULL;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question