On Fri, Jan 19, 2001 at 06:58:34AM -0500, Bob Hall wrote:
> 
> MySQL has only table level locking, which means that each update
> will lock the entire table, which means that updates must be done
> one at a time. There are a couple of open source extensions of MySQL
> that are supposed to offer row level locking, but these aren't
> available yet.

With BDB tables, you get page-level locking, right?

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 328-7878    Fax: (408) 530-5454
Cell: (408) 439-9951

---------------------------------------------------------------------
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