[OT] Re: Database transaction across multiple web requests

2006-04-03 Thread Jeff
Original Message From: Perrin Harkins [EMAIL PROTECTED] Subject: Re:Database transaction across multiple web requests Date: Mon Apr 03 2006 03:55:54 How do you know it isn't just the operating system caching the disk fetches? The docs certainly make it sound like a query

Re: [OT] Re: Database transaction across multiple web requests

2006-04-03 Thread Issac Goldstand
Right - that was the line I was trying to find earlier. So much for my theory about ignoring the LIMITs :-( All I can think of to explain the speedup that people (including myself) tend to see anyway is the indexes being cached in the key_buffer the second+ times around. Issac Jeff wrote: