简体   繁体   English

cloudsqladmin 保持 CloudSQL 实例始终开启?

[英]cloudsqladmin keeping CloudSQL instance always on?

My PostgreSQL instance of Google CLoudSQL is somehow kept always on (according to the expense reports).我的 Google CLoudSQL 的 PostgreSQL 实例始终保持开启状态(根据费用报告)。 Naturally, I want it turn off when it's not needed to reduce the charges.当然,我希望它在不需要减少费用时关闭。

I see that it always has 4 connections from cloudsqladmin:我看到它总是有来自 cloudsqladmin 的 4 个连接:

连接数。蓝线 - cloudsqladmin,橙色 - 来自我的服务的请求

And those connections generate something like a heartbeat at 2.5 requests per second, way more than my own services:这些连接以每秒 2.5 个请求的速度产生类似心跳的信号,远远超过我自己的服务:

每秒事务数

Point-in-time recovery is turned off in the settings.在设置中关闭了时间点恢复。

Is this normal?这是正常的吗? How can I correct this?我该如何纠正?

Cloud SQL, much like VM's provided by Compute Engine, are managed infrastructure. Cloud SQL 与 Compute Engine 提供的 VM 非常相似,是托管基础架构。 A Cloud SQL instance doesn't shut off unless you tell it to shut it off . Cloud SQL 实例不会关闭,除非您告诉它关闭它

The 4 connections marked as "sqladmin" are used by the Cloud SQL service to perform administration tasks and monitoring. Cloud SQL 服务使用标记为“sqladmin”的 4 个连接来执行管理任务和监控。 They are using minimal resources, but are used for things like creating a database via the API (or GUI) or generating the graphs you are looking at.它们使用最少的资源,但用于通过 API(或 GUI)创建数据库或生成您正在查看的图形等事情。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Postgres CloudSQL 实例中的 RAM 使用率低? - Low Ram Usage in Postgres CloudSQL instance? 导入后,CloudSQL实例的存储使用量较少 - CloudSQL instance has less storage usage after importing GCP 服务器因“cloudsql.enable_instance_password_validation”而崩溃 - GCP Server crashing with "cloudsql.enable_instance_password_validation" 在 google CloudSQL 中备份 PostgresSQL 单个数据库(非实例)的最佳方法是什么 - What is the best way to backup PostgresSQL individual Database (Not Instance) in google CloudSQL 连接到 postgresql CloudSQL 实例时出现奇怪的 googleapi Err 400 消息 - Getting strange googleapi Err 400 message connecting to postgresql CloudSQL instance CloudSQL Postgres 实例临时文件增加(如何删除它们?) - Increase in CloudSQL Postgres instance temporary files (How to delete them?) 获取 jdbcUrl=jdbc:postgresql:/// 的驱动程序实例失败<dbname> CloudSQL 错误</dbname> - Failed to get driver instance for jdbcUrl=jdbc:postgresql:///<dbname> error for CloudSQL 自动清理表“cloudsqladmin.public.heartbeat” - Automatic vacuum of table “cloudsqladmin.public.heartbeat” CloudSQL Postgress(11 或 14)在良好的实例配置下性能和 TPS 非常低 - CloudSQL Postgress (11 or 14) very slow performance and TPS on good instance configuration 检查是否从部署在 kubernetes 引擎上的应用程序连接到 GCP CloudSQL Postgres 实例 - Check if connected to GCP CloudSQL Postgres instance from App Deployed on kubernetes engine
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM