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

I want to limit the CPU usage rate for each DB #4

Open
sinmetal opened this issue Aug 22, 2018 · 1 comment
Open

I want to limit the CPU usage rate for each DB #4

sinmetal opened this issue Aug 22, 2018 · 1 comment
Assignees
Milestone

Comments

@sinmetal
Copy link
Member

sinmetal commented Aug 22, 2018

As user, I want to limit CPU utilization by each DB so that I can use Cloud Spanner as multi-tenancy DB.
If I want to use spanner with small application, it is not cost efficient so I want to put multiple applications data in to one Cloud Spanner cluster. In order to do so, I want to limit CPU utilization for each application (=DB) to virtually isolate computational resources among each application.

WHAT

同じInstanceのDBのCPU利用率の最大値を設定したい

WHY

小さなApplicationを1つのInstanceに入れると、ランニングコストが高すぎるので、複数のApplicationを同じInstanceの別のDBに入れたい。
ただ、その場合、1つのApplicationがCPUを使い切ると、他のApplicationに影響が出るので、CPU利用率のMAXを設定したい。

@sinmetal sinmetal self-assigned this Aug 22, 2018
@sinmetal sinmetal added this to the DOGRUN2018 milestone Aug 22, 2018
@kuma
Copy link

kuma commented Aug 22, 2018

As user, I want to limit CPU utilization by each DB so that I can use Cloud Spanner as multi-tenancy DB.
If I want to use spanner with small application, it is not cost efficient so I want to put multiple applications data in to one Cloud Spanner cluster. In order to do so, I want to limit CPU utilization for each application (=DB) to virtually isolate computational resources among each application.

@sinmetal sinmetal changed the title DBごとにCPU利用率を制限したい I want to limit the CPU usage rate for each DB Sep 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants