Hi there,
I am currently working on a very specialized PHP framework, which might have to handle large database transfers.
For example: Take half of the whole user count; this should be every day's workspace for the framework.
So, if my framework is required by big projects, is it recommend to use single transactions with multiple queries (e.g. doing many things in 1 query with JOINs(?)), or is auto-commit preferred?
If possible, post some blog entries which have discussed this problem.
Thank you. ;)