Hi Peter,
- Original Message -
From: "Peter Thomas"
Sent: Saturday, May 01, 2004 11:24 PM
Subject: Delayed insert record visibility
> I'm trying to understand the delayed insert process to see whether I
can use
> it to reduce the load on mysql, and have the follow
I'm trying to understand the delayed insert process to see whether I can use
it to reduce the load on mysql, and have the following question.
Are 'delayed inserts' which are queued but not yet actually added to the
database by the handler visible to selects on the table?
I'm assuming they are not