GCP是否支持Cloud SQL中的自动分区创建?

huangapple go评论48阅读模式
英文:

Does GCP support automatic partition creation in cloud sql

问题

我们可以运行手动查询在我们的数据库中创建表的分区。例如 - 修改表<tablename>添加分区(<condition>)。但是否可以利用Google Cloud Platform(GCP)的某些功能来自动化这个过程?

英文:

We have manual queries that we can run in our databases to create partition in a table.
For ex - Alter table <tablename> add partition(<condition>)

But can we automate the process by some GCP feature?

答案1

得分: 0

不,你不能。你可以自动化手动查询(Cloud Scheduler + Cloud Functions 查询你的 Cloud SQL 实例),但没有内置功能来管理 Cloud SQL 上的分区。

英文:

No, you can't. You could automate the manual queries (Cloud Scheduler + Cloud Functions that query your Cloud SQL instance) but there is no built-in feature to manage partitions on Cloud SQL

huangapple
  • 本文由 发表于 2023年2月6日 16:24:31
  • 转载请务必保留本文链接:https://go.coder-hub.com/75358878.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定