We have a database gets loaded from five different sources simultaneously. They are hitting almost same sets of tables. How do I avoid dead locks? Any ideas? tips? If you have faced the same problems before, please help.
You'll need to explain your system a bit more. How is the data being loaded? Is the data duplicated in the souirces?
If you are getting deadlocks - maybe your are loading multiple tables in a single transaction. Ensure you load tables in the same order for each source!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.