Such a thing as asynchronous updates?
Posted by: Nathan Cheng
Date: August 23, 2005 07:01PM

Is there any way with JDBC/MySQL to execute an UPDATE/INSERT command and continue without waiting for the command to finish?

I'm trying to INSERT into a large InnoDB table that gets several thousand new rows per minute, and it sometimes takes a few seconds--and if a report is running, much longer. I don't need to wait till the INSERT finishes, I just want to move on. Is there any way to do this?

Options: ReplyQuote


Subject
Written By
Posted
Such a thing as asynchronous updates?
August 23, 2005 07:01PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.