Subject Re: Need advice on SQL & table design.
Author tickerboo2002
--- In firebird-support@yahoogroups.com, "Alan McDonald" <alan@m...>
wrote:
> > I guess that means for 'n' entries in my people table, I'm doing 1+'n'
> > selects. I'm using FB embedded for this application and I expect the
> > majority of the machines will be fairly weedy, hence my need to keep
> > the SQL processing down to a minimum.
> >
> > David
>
> Do the SP - you'll be surprised at the peformance - get the server
to do as
> much of the processing as possible.


OK, I'll give it a try. Thanks