[TYPO3-dev] typo3 5.0
Klaus Hinum
k_hinum at hotmail.com
Mon Oct 30 22:37:48 CET 2006
Martin Kutschker schrieb:
> Dmitry Dulepov schrieb:
>>
>>> But compatibilty should not an issue because if all code uses only
>>> the APIs to set/get flex form data, TYPO3 could store them in any
>>> format it wanted.
>>
>> If... :)
>
> Anyone not using a published API is responsible for his fate :-)
>
> Masi
but this serialized data change doesn't "fix" the performance problem to
select specific parts of the xml content. for example a weight field in
a flexible content element can't be selected using sql easily (as far as
i know). for example finding all items with a weight between 2 and 4.5
kg. the only solution (now) i know of is to use regex (which should also
be slow). but what can i do with a serialized array, i would need to
select all items an process them with php (or am i wrong, because this
is exactly my performance problem now).
regards
Klaus
More information about the TYPO3-dev
mailing list