Mysql – Slow when getting 4 milions record from table that has 60 miliions records
I'm currently using AWS Aurora Mysql(ServerlessV2). Engine version: Aurora MySQL 3.04.0 (compatible with MySQL 8.0.28) I have table like below: CREATE TABLE "Test" ( "key1" varchar(37) NOT NULL, "key2" varchar(50) NOT NULL, "key3" varchar(20) NOT NULL, "createdDate" timestamp(3) NOT NULL,…