Add a ApplyToParent DB index to improve file handling speed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user