Hi there! I am having an issues with temporary tables that I was curious if anyone else had encountered before.
In our environment, we have slave servers that we are utilizing for the purposes of reporting. On those slave servers, we are creating temporary tables to stage data. If we happen to get a transaction from the master server that affects one of those rows, it is causing a deadlock that is breaking replication.
Is there a safe way to create temporary tables on a slave server that would not break replication should this situation occur?
Thank you!
In our environment, we have slave servers that we are utilizing for the purposes of reporting. On those slave servers, we are creating temporary tables to stage data. If we happen to get a transaction from the master server that affects one of those rows, it is causing a deadlock that is breaking replication.
Is there a safe way to create temporary tables on a slave server that would not break replication should this situation occur?
Thank you!