Tom Hughes wrote: > In message <[EMAIL PROTECTED]> > SteveC <[EMAIL PROTECTED]> wrote: > >> I'm very much of the school... that someone should say what was 4 >> times slower and why? > > [ switched to dev ] > > Basically, the getway method. It's mostly just overhead from making > lots of objects and general rails processing I think, combined with > reading all fields from the database instead of just those we need.
Heh, what he said. :) I guess, in short, there's just more overhead from doing it properly. One of those things. cheers Richard _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

