----- Original Message ----- From: "Jeff Smelser" <[EMAIL PROTECTED]>
To: <mysql@lists.mysql.com>
Sent: Thursday, June 09, 2005 7:50 AM
Subject: Re: INSERT DELAYED and NOW()

On Thursday 09 June 2005 09:39 am, Jeremiah Gowdy wrote:

I am proposing that when a query is received by MySQL, a timestamp could be taken immediately, and that timestamp could travel with the query until it
is actually processed.  For delayed inserts, the query would still sit in
the insert queue, and it would still say NOW(), but when the query finally gets executed, NOW() is evaluated simply by returning the timestamp of when
the query was received, rather than when it was processed.

Why cant you use the application to do a timestamp.. so when you send the
insert, it send with the timestamp of when the query would have actually been
inserted?

As I said, there are multiple computers hosting this telecom application, and their timestamps need to be synchronized. Even with an NTP "AtomTime" type program, events are never going to be truly synchronized and ordered using per-computer application time stamps based on the local computer's system time.


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

Reply via email to