Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
afa3cb23
Unverified
Commit
afa3cb23
authored
2 years ago
by
Tim Macdonald
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add indices for executor_id and context in query_execution (#27606)
[Fixes #27216]
parent
b2de7496
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/migrations/000_migrations.yaml
+24
-0
24 additions, 0 deletions
resources/migrations/000_migrations.yaml
with
24 additions
and
0 deletions
resources/migrations/000_migrations.yaml
+
24
−
0
View file @
afa3cb23
...
...
@@ -13909,6 +13909,30 @@ databaseChangeLog:
columnName
:
size_y
defaultValue
:
4
-
changeSet
:
id
:
v46.00-042
author
:
tsmacdonald
comment
:
Added 0.46.0 -- index query_execution.executor_id
changes
:
-
createIndex
:
tableName
:
query_execution
columns
:
-
column
:
name
:
executor_id
indexName
:
idx_query_execution_executor_id
-
changeSet
:
id
:
v46.00-043
author
:
tsmacdonald
comment
:
Added 0.46.0 -- index query_execution.context
changes
:
-
createIndex
:
tableName
:
query_execution
columns
:
-
column
:
name
:
context
indexName
:
idx_query_execution_context
# >>>>>>>>>> DO NOT ADD NEW MIGRATIONS BELOW THIS LINE! ADD THEM ABOVE <<<<<<<<<<
########################################################################################################################
...
...
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