Skip to content
Snippets Groups Projects
Unverified Commit afa3cb23 authored by Tim Macdonald's avatar Tim Macdonald Committed by GitHub
Browse files

Add indices for executor_id and context in query_execution (#27606)

[Fixes #27216]
parent b2de7496
No related merge requests found
......@@ -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 <<<<<<<<<<
########################################################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment