[TYPO3-core] RFC: performance enhancement for tstemplate/cache_pagesection
Dmitry Dulepov
typo3 at accio.lv
Tue Aug 29 11:27:55 CEST 2006
Hi!
Martin Kutschker wrote:
> Shouldn't be too fast on Myisam as well.
Yes. It will be even worse on myisam: it will lock table until operation
is complete (unlike innodb, myisam does not allow simultaneous read/write).
>> Solution: change DELETE/INSERT to UPDATE/INSERT_on_update_failure.
>
> +1 (for trunk) but rename $insertFields to something else eg $dbFields
> or $pagesectionFields.
Good note! I overlooked this. $dbFields is perfect.
--
Dmitry Dulepov
http://typo3bloke.net/
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
More information about the TYPO3-team-core
mailing list