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

also an example how to do a bulk update/insert would be nice :)

thanks in advance
bayufa


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]