[Typo3-dev] Is Typo3 Robust ?
Dmitry Dulepov
typo3 at fm-world.ru
Sat Oct 29 16:43:32 CEST 2005
Hi!
Robert Fink wrote:
> mysql doesn't really care
> if a table has 2 or 10000 entries
It can be true for 10000 but not for large number of records. I had to
made different table structure for home-made forum script when number of
messages exceeded 150000 bacause forums started to work slow. Indexes
did not help. Initial page structure was not bad (I am working with
databases for ages), I just did not expect such a large load. I could
not make caching because it was not worth it. I profiled script and
found that page generation took much less than database queries.
Dmitry.
More information about the TYPO3-dev
mailing list