Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max transaction size limitation with Galera Cluster #186

Open
RepallePrabhakar opened this issue Apr 17, 2024 · 1 comment
Open

Max transaction size limitation with Galera Cluster #186

RepallePrabhakar opened this issue Apr 17, 2024 · 1 comment

Comments

@RepallePrabhakar
Copy link

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?

@MichalisDBA
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants