Subject RE: [firebird-support] Slow performance with Index
Author Alan McDonald
> Well I do flag the records using nested loops and it is much much faster
> that way. However, when I am done I have on average anywhere from 100k to
> 2million records flagged for processing. This processing is done
> outside of
> the database by a 3rd part data services company. So I have to export all
> the flagged records at once.
>

Can't you write an SP for them to use - so they, only, have permission to
run it?
Alan