in reply to Re^3: A Perl DBMS?
in thread A Perl DBMS?

The problem you're describing (slow stored procedures) sounds more like an implementation problem than an intrinsic limitation of relational databases.

Replies are listed 'Best First'.
Re^5: A Perl DBMS?
by Moron (Curate) on Mar 07, 2007 at 20:28 UTC
    I suppose you could say it's an implementation problem, in the sense that theoretically a relational database doesn't need to construct temporary cross-product sets to achieve a join, causing execution time to be proportional to the product of the rowcounts, but in practice it appears to be an inescapable one.

    -M

    Free your mind