[TYPO3-dev] BLOBs considered harmful
Martin Kutschker
martin.kutschker-n0spam at no5pam-blackbox.net
Wed Jun 28 21:58:31 CEST 2006
Dmitry Dulepov schrieb:
> Hi!
>
> Martin Kutschker wrote:
>> "Only" if you have deleted rows in the table. If you never delete rows
>> or always optimize after a delete you have full write speed :-)
>
> Nope. I watched myisam table on a server with constant read-write,
> hundreds per second (~700tps). MySQL locks table all the time. If once
> mysql process writes there, all others appear as "Locked" in "show
> processlist". It is different with innodb: nothing is locked,
> INSERT/UPDATE/SELECT run at the same time. I do not have any "LOCK TABLES".
Hm, I was just retelling what the docs say. They claim that if Myisam
table has no "lost records" (I don't recall the correct term) then Mysql
will add rows to the end of the table without locking it.
Masi
More information about the TYPO3-dev
mailing list