Re: What is bulk update ??

2004-09-06 Thread Egor Egorov
"bayufa" <[EMAIL PROTECTED]> wrote: > also an example how to do a bulk update/insert would be nice :) insert into tralivali (field1,field2) values (1,2), (3,4), ('smoke','on'), ('the','water); -- For technical support contracts, goto https://order.mysql.com

What is bulk update ??

2004-09-06 Thread bayufa
Hi all just a simple question ! what is bulk update anyway ? I already googling aroung , and cant find satisfying answer I'm interesting in it because my application use intensively update/insert/select real-timely .. i think this 'bulk update' can improve perfomance/throughput