mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
Add performance indexes for MS SQL Server database provider
This commit is contained in:
parent
cbf5f4be7d
commit
20bba4cd7e
1 changed files with 8 additions and 0 deletions
8
core/database/scripts/sqlserver/db_00009.sql
Normal file
8
core/database/scripts/sqlserver/db_00009.sql
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
/* Community edition */
|
||||||
|
|
||||||
|
-- Performance indexes
|
||||||
|
CREATE INDEX idx_action_6 ON dmz_action (c_orgid,c_reftypeid,c_reftype);
|
||||||
|
|
||||||
|
CREATE INDEX idx_action_7 ON dmz_action (c_orgid,c_refid);
|
||||||
|
|
||||||
|
CREATE INDEX idx_section_5 ON dmz_section (c_orgid,c_refid);
|
Loading…
Add table
Add a link
Reference in a new issue