MySQL Performance Example Was: Seriously, WTF?

Michael Lush mjlush at ebi.ac.uk
Fri May 9 21:19:23 BST 2008


On Fri, 9 May 2008, Martin A. Brooks wrote:

> Robbie Bow wrote:
>> What do we gain from transactions when the only task is to insert data
>> e.g. we go from
>> 
>> insert
>> 
>> to:
>> 
>> begin
>> insert
>> commit
>
> The latter gives you an option to make what you've tried to do go away with 
> no impact to other users, the former doesn't.

If the operation succeeds,  its going to have an impact on other users.

If the operation fails, can it have a greater impact than that of
success?


--
Michael
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Michael John Lush PhD			Tel:44-1223 492626
Bioinformatician 
HUGO Gene Nomenclature Committee	Email: hgnc at genenames.org
European Bioinformatics Institute
Hinxton, Cambridge
URL: http://www.genenames.org
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




More information about the london.pm mailing list