MariaDB on Amazon RDS

This page was generated from content adapted from the AWS Developer Guide

MariaDB feature support

  • Note The following lists are not exhaustive.

  • Important If your MariaDB DB instance doesn't shut down normally, such as during a failover, then the buffer pool state isn't saved to disk. In this case, MariaDB loads whatever buffer pool file is available when the DB instance is restarted. No harm is done, but the restored buffer pool might not reflect the most recent state of the buffer pool before the restart. To ensure that you have a recent state of the buffer pool available to warm the cache on startup, we recommend that you periodically dump the buffer pool "on demand." You can dump or load the buffer pool on demand. You can create an event to dump the buffer pool automatically and at a regular interval. For example, the following statement creates an event named periodic_buffer_pool_dump that dumps the buffer pool every hour.

MariaDB versions

  • Note Dates with only a month and a year are approximate and are updated with an exact date when it’s known.

  • Note Dates with only a month and a year are approximate and are updated with an exact date when it’s known.

Connecting to a DB instance running MariaDB

Improving query performance with RDS Optimized Reads

  • Note Both manual and automated RDS snapshots contain only the engine files for persistent objects. The temporary objects created in the instance store aren't included in RDS snapshots.

Upgrading the MariaDB DB engine

Importing data into a MariaDB DB instance

Options for MariaDB

  • Note If you don't configure an option setting in the RDS console, RDS uses the default setting.

MariaDB limitations

  • Note This list is not exhaustive.

Last updated