Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Want to Know about this Option

This is a discussion on Want to Know about this Option within the MySQL forums, part of the Database category; I know about INSERT option in MySQL. But I want to know the usage of the option INSERT DELAYED in ...

  1. #1
    caradoc is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    122

    Smile Want to Know about this Option

    I know about INSERT option in MySQL. But I want to know the usage of the option INSERT DELAYED in MySQL? Is this same as INSERT option or is it different?


  2. #2
    sammy is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    144
    INSERT DELAYED is used when a user want to do an insert but don't want to wait for perhaps lengthy selects that are being run by other clients to complete. This is a added feature of the option INSERT


Latest Article

Network Security Risk Assessment and Measurement

Read More...