Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
611ff4ce
Commit
611ff4ce
authored
10 years ago
by
Giovannoni Laurent
Browse files
Options
Downloads
Patches
Plain Diff
FEAT new recommanded sql indexes (for storeresources)
parent
721cc03a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/trunk/index_creation.sql
+4
-0
4 additions, 0 deletions
core/trunk/index_creation.sql
with
4 additions
and
0 deletions
core/trunk/index_creation.sql
+
4
−
0
View file @
611ff4ce
...
...
@@ -7,6 +7,8 @@ CREATE INDEX status_idx ON res_letterbox (status);
CREATE
INDEX
destination_idx
ON
res_letterbox
(
destination
);
CREATE
INDEX
dest_user_idx
ON
res_letterbox
(
dest_user
);
CREATE
INDEX
custom_t15_idx
ON
res_letterbox
(
custom_t15
);
CREATE
INDEX
res_letterbox_docserver_id_idx
ON
res_letterbox
(
docserver_id
);
CREATE
INDEX
res_letterbox_filename_idx
ON
res_letterbox
(
filename
);
-- res_business
CREATE
INDEX
business_type_id_idx
ON
res_business
(
type_id
);
...
...
@@ -22,6 +24,8 @@ CREATE INDEX business_custom_t3_idx ON res_business (custom_t3);
CREATE
INDEX
business_custom_t4_idx
ON
res_business
(
custom_t4
);
CREATE
INDEX
business_custom_t5_idx
ON
res_business
(
custom_t5
);
CREATE
INDEX
business_custom_t6_idx
ON
res_business
(
custom_t6
);
CREATE
INDEX
res_business_docserver_id_idx
ON
res_business
(
docserver_id
);
CREATE
INDEX
res_business_filename_idx
ON
res_business
(
filename
);
-- res_attachments
CREATE
INDEX
res_id_master_idx
ON
res_attachments
(
res_id_master
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment