Skip to main content
Filter by
Sorted by
Tagged with
3 votes
2 answers
75 views

I'm working with COTS software, so changing the software is difficult. The software has a process: Creates a temporary table Adds a bunch of data When finished, renames the table ALTER TABLE ...
Joe's user avatar
  • 1,269
1 vote
0 answers
24 views

I’m using TEAM elevated access for AWS in my organization to temporarily access an Aurora MySQL cluster. TEAM provides database access through a tunneled MySQL session using a generic database ...
Abdullah Masood's user avatar
1 vote
1 answer
85 views

I'm writing some code to capture some query info in aurora postgres. When I take data from pg_stat_statements view from 3 different databases, I can see different columns returned. Turns out the ...
codingIsCool's user avatar
0 votes
1 answer
61 views

I have a COUNT(*) query that is really fast in several DB's, but is really slow on MySQL AURORA: I can't seem to figure out why. First I thought it was because it went the MEMORY went over the 4MB, ...
user3634184's user avatar
0 votes
1 answer
97 views

Environment: Database: AWS Aurora MySQL (8.0) connector: software.aws.rds,aws-mysql-jdbc || software.amazon.jdbc,aws-advanced-jdbc-wrapper Application: Spring Boot (3.5.0) Java Version: 21 I'm ...
Gaurav Khandelwal's user avatar
4 votes
2 answers
172 views

I have a legacy Drupal 7 site that is used strictly internally. It's replacement is under active development, but in the meantime it is using Aurora2, MySQL 5.7 compatible and is in very expensive ...
greendemiurge's user avatar
0 votes
1 answer
435 views

We've observed a significant number of temporary schemas with names like pg_temp_* and pg_toast_temp_* accumulating in both the Sandbox and Dev environments. Why do the pg_temp_### and pg_toast_temp_##...
Lakshmi Narayana's user avatar
0 votes
0 answers
183 views

I have a Spring Boot application that connects to an Amazon Aurora MySQL-compatible database. The setup uses the MariaDB JDBC driver, the AWS JDBC wrapper, and HikariCP for connection pooling. My code ...
vishal gawde's user avatar
-1 votes
1 answer
128 views

DECLARE @Tbl TABLE ( ID bigint, Seq bigint identity(1,1) ) DECLARE @sqltest nvarchar(max); SET @sqltest = 'SELECT 1'; INSERT INTO @Tbl (...
fredrick lingard's user avatar
1 vote
0 answers
102 views

Environment TypeORM: 0.3.20 @nestjs/typeorm: 10.0.2 Node.js: v22.13 Database: AWS Aurora MySQL 8.0 (provisioned cluster with autoscaling read replicas) Description We have a single “read” endpoint ...
alanmcknee's user avatar
3 votes
1 answer
98 views

We use Terraform to manage AWS resources. I recently downscaled RDS Aurora-MySql8 cluster (one reader, one writer in different AZ) from r5 to t3 instances. I try to figure out from AWS event logs ...
lekso's user avatar
  • 1,843
0 votes
1 answer
78 views

MySQL Aurora (8.0.mysql_aurora.3.07.1) Cannot run Alter table or DROP Table commands Getting "ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction" What I already did ...
Haroon's user avatar
  • 506
0 votes
1 answer
271 views

I'm trying to upgrade my engine version from 13.12 to 14.17. Below is my Terraform code: resource "aws_rds_cluster" "aurora" { cluster_identifier = local.env_config....
Coding_ninja's user avatar
0 votes
0 answers
72 views

We are experiencing repeated instability with our Aurora MySQL instance db.r7g.xlarge engine version 8.0.mysql_aurora.3.06.0, and despite the recent restart being marked as “zero downtime,” we ...
Aamir Liaqat's user avatar
0 votes
0 answers
144 views

I am trying to create a vector data using AWS Bedrock. I am passing a CSV file(stored in S3). While ingesting data, some of the data is randomly dropped by AWS. The csv file has 1000 rows while the ...
Gaurav Nale's user avatar
0 votes
0 answers
145 views

I am facing an unusual error while deploying my database scripts. I am leveraging Liquibase to deploy my scripts. It was running all good till now, BTW, my DB server is Aurora Posgtres with Babelfish ...
Manjunath's user avatar
  • 391
1 vote
0 answers
49 views

After updating the database to a new version of Aurora MySQL on AWS, one of the steps no longer executes, and the log displays the following message: Connection failed. Verify all connection ...
Ignacio Riberi's user avatar
0 votes
0 answers
64 views

So, we have a table on about 5M records and we are currently having some performance issues due to poor indexing. One of the issues is a report that uses the following query: select o.name, s....
Nick's user avatar
  • 1
0 votes
0 answers
43 views

I am working with AWS AppSync and using the AWSDate scalar type in my GraphQL schema. According to the documentation, AWSDate supports ISO 8601 formats like: YYYY-MM-DD (e.g., 2024-02-24) Negative ...
achu prasad's user avatar
0 votes
0 answers
16 views

I want to be able to connect to an AWS RDS MySQL Aurora database using the "sql" magic, with the syntax: %sql mysql://username:password@hostname/dbname and just write SQL into cells ...
qAp's user avatar
  • 1,199
0 votes
1 answer
406 views

My com has two environments. dev: MySQL Community with no cluster qa: Aurora MySQL cluster. I'm planning to use aws-advanced-jdbc-wrapper with my new application. Can I use the driver with both ...
Jin Kwon's user avatar
  • 22.4k
1 vote
1 answer
109 views

I am using PostgresSQL 15 hosted by AWS Aurora serverless v2. I have a table includes 200 millions rows and I need to update a value on a column for all those rows. This table has primary key id which ...
Joey Yi Zhao's user avatar
  • 43.3k
2 votes
1 answer
316 views

I got a warning in my AWS console about the InnoDB history list length increasing on one cluster. Taking a look at show engine innodb status, I see that the number in the "Purge done" line ...
Swechsler's user avatar
  • 121
0 votes
1 answer
371 views

FYI. This is a HOW-TO. As of Jan 2025, confirming that ServerlessCluster CDK-construct is NOT what you use for "Aurora-V2-Serverless" (in my case Postgres). You must use DatabaseCluster CDK-...
Sarma's user avatar
  • 470
0 votes
0 answers
84 views

I have installed aws_s3 extension in Aurora PostgreSQL to write/read table data in S3 bucket. I am able to create S3 objects by exporting DB query result set and able to read from it from the DB using ...
Mano's user avatar
  • 761
0 votes
1 answer
277 views

I have deployed an aurora serverless v2 postgres database in aws, and have enabled an http endpoint and have enabled publicly_accessible = true in the instance settings in terraform. I have verified ...
Boris's user avatar
  • 906
1 vote
1 answer
166 views

I am using PostgresSQL 15 hosted by AWS Aurora serverless v2. I have a table includes 200 millions rows and I need to create an index on that table. The problem is that creating an index would take a ...
Joey Yi Zhao's user avatar
  • 43.3k
0 votes
1 answer
152 views

I'm using python lambda functions. In the beginning of the file I call this function: def create_db_engines(): session = boto3.session.Session() client = session.client( service_name='...
Rony Tesler's user avatar
  • 1,396
0 votes
0 answers
32 views

I'm running reporting queries in Aurora/PostgreSQL and a few of them are running out of space with "no space left on device". I googled that the temp_file_limit parameter in PostgreSQL ...
The Impaler's user avatar
  • 49.3k
0 votes
1 answer
104 views

We have an AWS RDS Aurora 2 (MySQL 5.7) cluster with one writer instance and one reader instance that we are trying to upgrade to Aurora 3 (MySQL 8). When trying to upgrade the upgrade fails and the ...
nickd's user avatar
  • 1
0 votes
1 answer
193 views

I'm trying to instantiate an rds aurora cluster using the rds-aurora module: https://registry.terraform.io/modules/terraform-aws-modules/rds-aurora/aws/latest However, despite mostly following the ...
UncleBob's user avatar
  • 1,403
0 votes
1 answer
138 views

Im using Zero-Etl to move my data from Aurora to Redshift. But this moves the data to a read-only database. How do I then move my data to a full access database? I have tried creating a materialized ...
Alexander Hernandez's user avatar
2 votes
0 answers
26 views

We have a table in our application in which users are allowed to delete a row from "staff_entries" table and the deleted row is also copied to another table (deleted_staff_entries) as it is (...
Ganapat's user avatar
  • 7,508
1 vote
3 answers
620 views

My team and I are attempting to upgrade our multi-tenancy AWS RDS/MySQL instance from MySQL 5.7 to 8. After trying the upgrade, we received a report showing a large number of errors for the customers, ...
Josh's user avatar
  • 958
0 votes
0 answers
93 views

I'm trying to figure out how I can speed up the time to get a count of all the rows in an InnoDB table. My deployment environment is AWS Aurora MySQL, but I see the same behavior in regular MySQL. I ...
Jesse Barnum's user avatar
  • 6,935
0 votes
1 answer
217 views

I am in the process of pg_repacking a huge table (13TB). Following is the info for my setup: pg_total_relation_size (Including indexes) - 13TB pg_table_size - 4TB pg_repack version - 1.4.7 Postgres ...
P_Ar's user avatar
  • 449
0 votes
1 answer
207 views

I've upgraded AWS rds aurora postgress cluster from serverless v1 to serverless v2 using terraform. The steps that I followed: Creating snapshot of the serverless v1 cluster Creating provisioned db ...
Coding_ninja's user avatar
1 vote
1 answer
1k views

I'm upgrading AWS rds aurora postgress cluster from serverless v1 to serverless v2 using terraform. The steps that I followed: Creating snapshot of the serverless v1 cluster Creating provisioned db ...
Coding_ninja's user avatar
1 vote
0 answers
183 views

I am having some strange issues with TypeORM when performing failover in RDS. I am currently using RDS Aurora MySQL, and when I perform a failover, I get the following message when attempting to ...
Michael Ortiz's user avatar
0 votes
1 answer
287 views

I have an aws aurora postgres RDS having reader and writer instance, I connected it with my next.js application using prisma, and I setup the reader replica as mentioned in this doc, but this doc ...
Vidhanshu borade's user avatar
0 votes
2 answers
82 views

We are find a specific query running very very slow if the LIMIT value is larger than the number of returned rows. We are running MySQL on RDS - 8.0.mysql_aurora.3.02.0 and have no other performance ...
Jared H's user avatar
  • 31
0 votes
2 answers
1k views

Is it possible to get aws rds version? I know for Aws rds Aurora version select aurora_version(); aurora_version ---------------- 16.3.0 (1 row) select version(); ...
shas's user avatar
  • 703
1 vote
1 answer
138 views

I'm using AWS 8.0.mysql_aurora.3.05.2 I do this to get a list of the users SELECT user,host from mysql.user; and have these entries, surrounded by single quotes ('...'). user |host ...
Chris F's user avatar
  • 17.3k
0 votes
0 answers
70 views

I'm using AWS 8.0.mysql_aurora.3.05.2 I do this on an DB console (connected via DBeaver app). use mysql; CREATE USER 'my_user'@'%' IDENTIFIED by 'password123'; flush privileges; and get feedback that ...
Chris F's user avatar
  • 17.3k
3 votes
0 answers
692 views

I have a question regarding implementing cross-region automated backups replication for RDS Aurora Postgres cluster in Terraform (ideally using 'internal' RDS service functionalities /API endpoints). ...
s3-m-bocian's user avatar
-1 votes
1 answer
89 views

Upgrading from Mysql 5.7 to Aurora 2.12.3 before jumping to Aurora MySQL 8 equivalent. Every previous process works except for any queries that utilize PreparedStatement .addBatch() and executeBatch()....
user2101171's user avatar
0 votes
0 answers
68 views

I have a procedure like that; CREATE OR REPLACE PROCEDURE insert_into_tableAv2(inout rows_affected INT) LANGUAGE 'plpgsql' AS $$ BEGIN INSERT INTO insert_into_tableAv2 (serial, aaa, ooo, UPDATED) ...
ahmet gül's user avatar
-2 votes
1 answer
684 views

I've been tasked with upgrading our AWS Aurora engine from Serverless version 1 to Serverless version 2 using Terraform. The steps described are basically to take a snapshot, create a new Provisioned ...
CodeCademy's user avatar
0 votes
1 answer
40 views

I'm looking to determine if connections to my Aurora MySQL instance are SSL encrypted. Specifically, I want to know if enabling the general_log in the parameter group will provide information about ...
Alejandro Montesinos's user avatar
1 vote
0 answers
1k views

It's been 3 weeks since this happened and it keeps happening every 3-4 days. We are using AWS RDS Aurora PostgreSQL and we have 6 DMS tasks to replicate the data from the RDS to S3, we have another ...
Omar Alarousi's user avatar

1
2 3 4 5
33