DML operations, INSERT, UPDATE, and DELETE, on the MySQL DB System do not wait for changes to be propagated to the HeatWave Cluster; (略) Data changes on the MySQL DB System node are propagated to HeatWave in batch transactions. Change propagation is initiated as follows: • Every 200ms. • When the change propagation buffer reaches its 64MB capacity. • When data updated by DML operations on the MySQL DB System are read by a subsequent HeatWave query. 13