Subject RE: [firebird-support] Re: Need advice on SQL & table design.
Author Alan McDonald
> 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.
Alan