Re: Tr: Concurrent insert/select with BDB

2001-02-14 Thread Heikki Tuuri
Philippe, did you try to do the insert and select on the same database page? In BDB there is page level locking used, and the behavior you describe sounds like that the select has placed a page level lock on the page where you try to insert. Then it is correct behavior of the database that your

Tr: Concurrent insert/select with BDB

2001-02-13 Thread Philippe MORIN
Hi I post once more this message, because I didn't receive any answer. - Message d'origine - De : Philippe MORIN : [EMAIL PROTECTED] Envoy : vendredi 9 fvrier 2001 09:49 Objet : Concurrent insert/select with BDB Hi I'm using MySQL 3.23.32 on Linux. I try to run concurrent