Feature Request: Richer SQL Hints #12304
Labels
epic/sql-plan-management
sig/planner
SIG: Planner
type/enhancement
The issue or PR belongs to an enhancement.
Milestone
Feature Request
Is your feature request related to a problem? Please describe:
The supported SQL Hints are not enough to control the behavior of TiDB SQL Optimizer. We need hints to:
Describe the feature you'd like:
A richer sql hint set:
HASH_AGG
STREAM_AGG
USE_INDEX
IGNORE_INDEX
AGG_TO_COP
READ_FROM_STORAGE
READ_FROM_REPLICA
USE_INDEX_MERGE
NO_INDEX_MERGE
USE_TOJA
MEMORY_QUOTA
QUERY_BLOCK
ENABLE_PLAN_CACHE
QUERY_TYPE
INL_JOIN
BNL_JOIN
HASH_JOIN
SM_JOIN
USE_PLAN_CACHE
Describe alternatives you've considered:
N/A
Teachability, Documentation, Adoption, Migration Strategy:
N/A
The text was updated successfully, but these errors were encountered: