Skip to content

Commit fcbe8b8

Browse files
committed
[TASK] Add tt_content index for CType
This is beneficial for very large tt_content tables to speed up the number of used elements lookup.
1 parent 09f81d3 commit fcbe8b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext_tables.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- Add index for CType to speed up number of used elements lookup --
2+
CREATE TABLE tt_content (
3+
KEY CType (CType),
4+
);

0 commit comments

Comments
 (0)