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

add parameter to decide some rows to put in specific tikv instance. #8880

Closed
zhuboshuai opened this issue Dec 29, 2018 · 5 comments
Closed
Labels
feature/accepted This feature request is accepted by product managers type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@zhuboshuai
Copy link

Feature Request

Is your feature request related to a problem? Please describe:

some data are historical data and are rarely accessed , I hope put them to specific tikv instance based on HDD.
Describe the feature you'd like:

give a condition for exampe "t1.ts1 > 1546071291 = tikv11", the data in table t1 satisfying ts1 > 1546071291 can store in tikv11 instance.
Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

put some data in slow performance disks. improve the data govermance ability.

@jackysp
Copy link
Member

jackysp commented Dec 29, 2018

Good suggestion, @zhuboshuai !
We already have plans to do something similar.

@zhuboshuai
Copy link
Author

Good suggestion, @zhuboshuai !
We already have plans to do something similar.

thanks!

@ghost ghost added the type/feature-request Categorizes issue or PR as related to a new feature. label Jul 23, 2020
@zz-jason
Copy link
Member

@nolouch Can we achieve this by placement rules?

@nolouch
Copy link
Member

nolouch commented Jul 24, 2020

Yes, maybe you can use partition and move the partition to the HDD. something similar we are doing now, you can check it in #18030. @zhuboshuai

@zz-jason
Copy link
Member

I'm going to close this issue:

@zz-jason zz-jason added the feature/accepted This feature request is accepted by product managers label Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/accepted This feature request is accepted by product managers type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

4 participants