[TYPO3-dev] EM, TER2, XML and other animals

Dimitri Tarassenko mitka at mitka.us
Sat May 6 06:39:07 CEST 2006


Michael,

On 5/4/06, Michael Scharkow <mscharkow at gmx.net> wrote:

> The memory hog is the (double) de-serialisation of the extension data
> into one huge array which is not necessary because you can query the XML
> data with a simple SAX parser or using XPATH etc. That's actually the
> only reason I see for using XML at all...

How about a very simple and not so XML-h4x04-kewl idea - distribute
the extension list as a CSV file, insert/replace the file contents
into a MySQL table and query the table when we need to search for
something?

I mean come on - we store 20 pages as database records and this is
adequate and normal but a set of 1000+ items needs to be an in-memory
array?

--
Dimitri Tarassenko


More information about the TYPO3-dev mailing list