1 Answer
- Newest
- Most votes
- Most comments
0
To optimize your MariaDB instance with db.r6gd.large for read performance and ensure it's utilizing local NVMe SSD effectively:
- Configure tmpdir to use local SSD storage.
- Size the InnoDB buffer pool appropriately.
- Adjust query cache and temporary table parameters.
- Monitor instance performance through AWS CloudWatch and MariaDB's Performance Schema.
Relevant content
- asked 2 years ago

Thanks for suggestions. tmpdir is already set to tmpdir /rdslocalstorage/tmp and parameters are set appropriate.
I believe the tmp table created prior move the workload still uses same location : /rdsdbdata/tmp. Could you suggest any chance to clear those existing tables.
JAY