More defered insertion. New SQL index

New index entry_feed_read_index
TODO: Auto add this index to existing version
This commit is contained in:
Alexandre Alapetite
2017-03-26 14:07:06 +02:00
parent a20fd9db9f
commit e956aee53d
8 changed files with 37 additions and 59 deletions

View File

@@ -50,6 +50,7 @@ $SQL_CREATE_TABLES = array(
'CREATE INDEX %1$sis_favorite_index ON "%1$sentry" ("is_favorite");',
'CREATE INDEX %1$sis_read_index ON "%1$sentry" ("is_read");',
'CREATE INDEX %1$sentry_lastSeen_index ON "%1$sentry" ("lastSeen");',
'CREATE INDEX %1$sentry_feed_read_index ON "%1$sentry" ("id_feed","is_read");', //v1.7 //TODO: Auto add this index to existing version
'INSERT INTO "%1$scategory" (name) SELECT \'%2$s\' WHERE NOT EXISTS (SELECT id FROM "%1$scategory" WHERE id = 1);',
);