add combined index for item.uid and item.item_unseen. this speeds up notifications by a magnitude.

This commit is contained in:
Mario Vavti
2017-09-01 21:27:59 +02:00
parent 3af3b36db3
commit e935473c5c
7 changed files with 27 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '2.7.2' );
define ( 'ZOT_REVISION', '1.3' );
define ( 'DB_UPDATE_VERSION', 1193 );
define ( 'DB_UPDATE_VERSION', 1194 );
define ( 'PROJECT_BASE', __DIR__ );