On 2/20/07, Doug Franklin <[EMAIL PROTECTED]> wrote:
> Gonz wrote:
>
> > It relied on
> > the database to give it information that required it to search the
> > whole database everytime to obtain, such as the parent relationship of
> > objects.  When this simple relationship was added as a direct piece of
> > information instead of derived, the program took minutes to run.
>
> True, but simple doesn't (necessarily) mean brain dead. :-)  I'm
> fighting a similar battle at the moment, and I'm losing. :-(
>

Actually, it wasnt brain dead.  They were just being simple and
elegant.  What I did was a true optimization, give up some memory to
use as a cache for some data, and gain alot of performance.

> --
> Thanks,
> DougF (KG4LMZ)
>
> --
> PDML Pentax-Discuss Mail List
> PDML@pdml.net
> http://pdml.net/mailman/listinfo/pdml_pdml.net
>

-- 
PDML Pentax-Discuss Mail List
PDML@pdml.net
http://pdml.net/mailman/listinfo/pdml_pdml.net

Reply via email to