![]() |
Transactions in Databases
Hello Friends,
I am currently working on a Mysql database and our architects are dead against using transactions in our queries. In order to solve transaction problems we are forced to use temp tables and flags which itself doesn't solve the transactional integrity problem by a lot but just minimizes it. Also our tables have no referential integrity built in. I was wondering if it is possible for any real world applications to function without using transactions and referential integrity. |
Re: Transactions in Databases
Yes very much but not on a very large scale where you need the ACID functionality to be critical in performance.
What you would ultimately use may be of more overhead actually and try to convince the situation to the Architects BTW Who made them the architects. |
Re: Transactions in Databases
Quote:
|
| All times are GMT +5.5. The time now is 08:16. |