btw I also tried a new index: ```sql CREATE INDEX project_tiktok_link_id_idx ON project (tiktok_link

btw I also tried a new index:
CREATE INDEX project_tiktok_link_id_idx ON project (tiktok_link, id);

and do the query
SELECT ... FROM project INDEXED BY project_tiktok_link_id_idx WHERE tiktok_link IS NULL and id < '01HQ81GRDX539N2EJSW1ECGRMY'

and it seems to use the index now
Was this page helpful?