trilium/db/migrations/0091__drop_isDeleted_index.sql

2 lines
163 B
MySQL
Raw Normal View History

-- index confuses planner and is mostly useless anyway since we're mostly used in non-deleted notes (which are presumably majority)
DROP INDEX IDX_notes_isDeleted;