Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clinicaltrials
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
david Chavalarias
clinicaltrials
Commits
c152b2c1
Commit
c152b2c1
authored
Mar 21, 2017
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sql index for validity date of return users speeds up filters
parent
75398703
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
table_specifications.md
doc/table_specifications.md
+2
-1
init_comex_shared.sql
setup/dockers/comex2_mysql_server/init_comex_shared.sql
+2
-1
No files found.
doc/table_specifications.md
View file @
c152b2c1
...
@@ -42,7 +42,8 @@ CREATE TABLE scholars (
...
@@ -42,7 +42,8 @@ CREATE TABLE scholars (
INDEX duid_index_sch (doors_uid),
INDEX duid_index_sch (doors_uid),
INDEX country_index_sch (country),
INDEX country_index_sch (country),
INDEX rstatus_index_sch (record_status)
INDEX rstatus_index_sch (record_status),
INDEX vdate_index_sch (valid_date)
) ;
) ;
...
...
setup/dockers/comex2_mysql_server/init_comex_shared.sql
View file @
c152b2c1
...
@@ -35,7 +35,8 @@ CREATE TABLE scholars (
...
@@ -35,7 +35,8 @@ CREATE TABLE scholars (
INDEX
duid_index_sch
(
doors_uid
),
INDEX
duid_index_sch
(
doors_uid
),
INDEX
country_index_sch
(
country
),
INDEX
country_index_sch
(
country
),
INDEX
rstatus_index_sch
(
record_status
)
INDEX
rstatus_index_sch
(
record_status
),
INDEX
vdate_index_sch
(
valid_date
)
)
;
)
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment