Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] Support load indexes on multiple columns #2535

Open
danhuawang opened this issue Mar 14, 2024 · 1 comment
Open

[Improvement] Support load indexes on multiple columns #2535

danhuawang opened this issue Mar 14, 2024 · 1 comment
Labels
improvement Improvements on everything

Comments

@danhuawang
Copy link
Contributor

danhuawang commented Mar 14, 2024

What would you like to be improved?

  1. create the following table in mysql
CREATE TABLE test (
    id         INT NOT NULL,
    last_name  CHAR(30) NOT NULL,
    first_name CHAR(30) NOT NULL,
    PRIMARY KEY (id),
    INDEX name (last_name,first_name)
);

2.load the table in gravitino
there's only PRIMARY KEY indexes

It's better to support load another indexes

How should we improve?

No response

@danhuawang danhuawang added the improvement Improvements on everything label Mar 14, 2024
@justinmclean
Copy link
Member

Similar issue in #2440

@jerryshao jerryshao added this to the Gravitino June Release milestone Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvements on everything
Projects
None yet
Development

No branches or pull requests

3 participants