apache / apache/hudi

Support query hint to inject indexes in query plans

Open
#16,470 1 comment 0 reactions 1 assignee Assigned to @nsivabalan View on GitHub
from-jira priority:high release-1.0.0-beta2 type:devtask
Dominant language
Java
Stars
6.2k
Forks
2.5k
Avg merge
2d 8h
Merged PRs (30d)
111

Description

[Hints|https://spark.apache.org/docs/latest/sql-ref-syntax-qry-select-hints.html] give users a way to suggest how SQL to use specific approaches to generate its execution plan. Simply creating the index, such as functional index or secondary index, does not necessarily ensure its usage in the query planning. While we have hierarchy of index to use in `HoodieFileIndex`, we want a way for users to provide explicitly to use some specific index (for instantance during index join) to use while planning.

## JIRA info

- Link: https://issues.apache.org/jira/browse/HUDI-7700
- Type: Task
- Epic: https://issues.apache.org/jira/browse/HUDI-3907
- Fix version(s):
- 1.1.0

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.