python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Clone RDS aurora Database with AWS lambda function
I'm building a SaaS product with tenancy per database (each client has it's own RDS Aurora mysql compatible db)
When creating a new client account I would like to clone a template database (schema+dat...
Luis Alvarado Day
Votes: 0
Answers: 0
AWS - Postgres Aurora RDS Cluster & `max_parallel_workers_per_gather`
I have an Aurora cluster on which I'm trying to globally disable parallel queries (so that I can safely lean on SET for configuration parameters to handle multi-tenant-edness...), but don't seem to be...

Nick M
Votes: 0
Answers: 1
How to configure DATADOG agent .../postgres.d/conf.yaml with multiple custom_queries (SELECT statements)
It works with one SELECT statement but did not with two.
custom_queries:
- metric_prefix: mars
query: SELECT substring(query, 1, 50) AS query, round(total_time::numeric, 2) AS total_time,...
Alex Iron
Votes: 0
Answers: 0
Lock wait timeout exceeded on INSERT
I have a table Contact on MySQL 5.7 (running on AWS RDS Aurora) that looks like this:
CREATE TABLE Contact (
id BIGINT NOT NULL AUTO_INCREMENT,
email VARCHAR(255) NOT NULL UNIQUE,
firstnam...

dimlucas
Votes: 0
Answers: 1