Forum Moderators: coopster
I researched a bit the topic for I would like implementing such a logic
I found a nice tutorial
Here [dev.mysql.com]
and also an added value to the first one
There [software.newsforge.com]
New concern:
Due to the fact that real ATOMIC transaction fully empowered may only occur in an INNODB environment then the second tutorial makes sense
MySQL migration: MyISAM to InnoDB
In my case I can sacrifice a bit of speed to functionality
Your thoughts?
On my site I changed my user's table to InnoDB and have seen better performance. I haven't seen any loss in speed, only better performance.
The only negative I've encountered with InnoDB is the lack of the internal counter ( SELECT COUNT() queries scan the entire table) but that's small considering it's benefits.