You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were doing incremental replication from Oracle to the MariaDB Galera cluster. Everything is working fine with small tables, but we are facing an issue with large tables since the MariaDB Galera cluster should not allow a single transaction of more than 2GB. It fails in the last step, where the staging table is inserted into the actual table as a single insert. Is there any way to do frequent commits so that the transaction size will not reach the maximum size?
The text was updated successfully, but these errors were encountered:
Hi,
We were doing incremental replication from Oracle to the MariaDB Galera cluster. Everything is working fine with small tables, but we are facing an issue with large tables since the MariaDB Galera cluster should not allow a single transaction of more than 2GB. It fails in the last step, where the staging table is inserted into the actual table as a single insert. Is there any way to do frequent commits so that the transaction size will not reach the maximum size?
The text was updated successfully, but these errors were encountered: