in reply to Re: Re: Efficiency MySQL question
in thread [untitled node, ID 308077]

In that case, just make a BLOB field (or whatever the equivilent is for your database) and put XML into it. Though that will make it slow to do searches based on that data.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated