mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
The tag query should be much faster now
This commit is contained in:
parent
d2728cad2e
commit
fe68e99c7c
4 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
-- ------------------------------------------
|
||||
-- Friendica 3.6-dev (Asparagus)
|
||||
-- DB_UPDATE_VERSION 1254
|
||||
-- DB_UPDATE_VERSION 1255
|
||||
-- ------------------------------------------
|
||||
|
||||
|
||||
|
@ -512,6 +512,7 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||
INDEX `uid_id` (`uid`,`id`),
|
||||
INDEX `uid_contactid_id` (`uid`,`contact-id`,`id`),
|
||||
INDEX `uid_created` (`uid`,`created`),
|
||||
INDEX `uid_commented` (`uid`,`commented`),
|
||||
INDEX `uid_unseen_contactid` (`uid`,`unseen`,`contact-id`),
|
||||
INDEX `uid_network_received` (`uid`,`network`,`received`),
|
||||
INDEX `uid_network_commented` (`uid`,`network`,`commented`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue