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

Storing such variable meta-data seems like a job for XML. Unfortunately there is not yet a fast XML-based database available.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

Replies are listed 'Best First'.
Re: Re: Re: Efficiency MySQL question
by hardburn (Abbot) on Nov 18, 2003 at 21:45 UTC

    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