Skip to content

Commit

Permalink
[FEATURE] Add index queue indices
Browse files Browse the repository at this point in the history
Adds 2 further index queue indices to reduce run-time.

Resolves: #3772
  • Loading branch information
dkd-friedrich committed Sep 20, 2023
1 parent 5937421 commit df31241
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ CREATE TABLE tx_solr_indexqueue_item (

PRIMARY KEY (uid),
KEY changed (changed),
KEY root (root),
KEY indexing_priority_changed (indexing_priority, changed),
KEY item_id (item_type(191),item_uid),
KEY site_statistics (root,indexing_configuration),
KEY pages_mountpoint (item_type(191),item_uid,has_indexing_properties,pages_mountidentifier(191))
) ENGINE=InnoDB;

Expand Down

0 comments on commit df31241

Please sign in to comment.