mysql.rds_innodb_buffer_pool_load_now
Loads the saved state of the buffer pool from disk. For more information, see InnoDB cache warming for MySQL on Amazon RDS.
Syntax
CALL mysql.rds_innodb_buffer_pool_load_now();
Usage notes
The master user must run the mysql.rds_innodb_buffer_pool_load_now
procedure.