Question : I’m having a difficult time locating the log file to download. When running show global variables like ‘%slow%’; […]
Tag: google-cloud-sql
Set column to randomly chosen value from another table
Question : Consider this: UPDATE dest SET dest_col = (SELECT s.src_col FROM source s WHERE s.name = ‘abc’ ORDER BY […]
How do I see where postgres privileges are coming from for a role?
Question : Im using google cloudsql but this is a more generic postgres question. I have a role (that is […]
GCP MySQL query logging
Question : I have a managed MySQL instance on GCP. Where would I find a query log? Is this something […]
Why is an instance forced to reboot?
Question : This is My SQL Project instance log. I set the instance not to shut down automatically. But why […]
can any tweaks improve full table scan time in Postgres/Cloud SQL?
Question : I have a table with 150 million rows in a Postgres database hosted in Cloud SQL (in Google […]
UPDATE incredibly slow on small PostgreSQL query – EXPLAIN ANALYZE causes it to hang
Question : I’m trying to debug a very slow UPDATE query in one of my tables. The table name is […]
Am I missing an index for these slow queries?
Question : I’ve tried analyzing the EXPLAIN but unsure if I’m missing some helpful index. Queries take 20-30 seconds across […]
GCP Cloudsql Mysql Replica unresponsive after mass delete on Master
Question : Directed here from S/O We have a Master/Replica configuration for Mysql innodb(5.7.32) databases in Cloud SQL… We have […]
How to configure PG text search dictionary through sql
Question : I want to add terms to a text search dictionary without access to the file system shares/tsearch_data (specifically […]