On Mon, Feb 25, 2002 at 02:44:45PM -0800, Eric Mayers wrote:
> Oganes, 
> 
> It sounds like what you want is row-level-locking.  This is a
> feature of InnoDB tables.  It allows users to write to a table while
> other users are reading from the same table.  Of course, they cannot
> read and write the same rows simultaniously.

That's not entirely true.  Readers don't generally don't wait on
writers (and vice-versa).

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936

MySQL 3.23.47-max: up 18 days, processed 573,142,672 queries (360/sec. avg)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to