Add a ApplyToParent DB index to improve file handling speed

This commit is contained in:
James Seibel
2024-04-09 07:48:31 -05:00
parent e10617ac19
commit a0e7bb94c6
2 changed files with 4 additions and 0 deletions
@@ -0,0 +1,3 @@
-- significantly speeds up parent update handling
create index FullDataUpdatedIndex on FullData (ApplyToParent) where ApplyToParent = 1
@@ -4,3 +4,4 @@
0030-sqlite-changeTableJournaling.sql
0031-sqlite-useSqliteWalJournaling.sql
0040-sqlite-removeRenderCache.sql
0050-sqlite-addApplyToParentIndex.sql