Re: linux innobase benchmarking and BSD problem

2001-03-31 Thread Heikki Tuuri
Thank you Dan! I do not have access to a FreeBSD computer during this weekend but your stack prints already tell the origin of the problem. I have implemented my own mutexes in the purpose that I can use an assembler instruction for the atomic test-and-set operation needed in a mutex. But for

Re: linux innobase benchmarking and BSD problem

2001-03-30 Thread Dan Nelson
In the last episode (Mar 30), Heikki Tuuri said: The FreeBSD bug is known. I will run tests on our FreeBSD machine in the next few days. Obviously there is something wrong with the FreeBSD port. Was it so that it hung and used 100 % of CPU? That has been reported also from Italy. I have a

linux innobase benchmarking and BSD problem

2001-03-29 Thread Seung Yoo
Hi everybody, I have run a few test for innobase tables on linux and BSD 1. It seems that 'innobase' table was slower than 'bdb' table for 'insert' command, which is surprising(or not? o_O) 2. It may be due to that fact that I dont' know much about optimazing the 'innobase' table.