On 02/09/2010 10:53 a, Vikram A wrote:
Hi,

I have doubt on the execution time. Can any one help me!

Which operation will take much time INSERT or UPDATE ?

Thank you

Vikram



Depends on the type of data, but generally (and I say this lightly) inserts are faster then updates; alot depends on the storage engines, type of data indexes on the table and so on. I suggest you see which one makes more logic, as speed usually becomes a problem when data becomes very large.

--
Jangita | +256 76 91 8383 | Y! & MSN: jang...@yahoo.com
Skype: jangita | GTalk: jangita.nyag...@gmail.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to