Re: Odp: [firebird-support] Performance diff between insert...select and for select ... do?

2015-04-14 Thread Kjell Rilbe kjell.ri...@datadia.se [firebird-support]
'=?utf-8?B?bGl2aXVzbGl2aXVzQHBvY3p0YS5vbmV0LnBs?=' liviusliv...@poczta.onet.pl [firebird-support] skrev: > > Why not merge? Yes, indeed. Might have been worth a shot, but I suspect it would have been no more than marginally better. Even merge does have to do an index lookup for each record to c

Re: Odp: [firebird-support] Performance diff between insert...select and for select ... do?

2015-04-14 Thread Kjell Rilbe kjell.ri...@datadia.se [firebird-support]
'=?utf-8?B?bGl2aXVzbGl2aXVzQHBvY3p0YS5vbmV0LnBs?=' liviusliv...@poczta.onet.pl [firebird-support] skrev: > > Why not merge? > Yes, indeed. Might have been worth a shot, but I suspect it would have been no more than marginally better. Even merge does have to do an index lookup for each record to

Odp: [firebird-support] Performance diff between insert...select and for select ... do?

2015-04-14 Thread 'liviusliv...@poczta.onet.pl' liviusliv...@poczta.onet.pl [firebird-support]
Hi, Why not merge? Regards, Karol Bieniaszewski - Reply message - Od: "Kjell Rilbe kjell.ri...@datadia.se [firebird-support]" Do: Temat: [firebird-support] Performance diff between insert...select and for select ... do? Data: wt., kwi 14, 2015 07:08 Kjell Rilb

Re: [firebird-support] Performance diff between insert...select and for select ... do?

2015-04-13 Thread Kjell Rilbe kjell.ri...@datadia.se [firebird-support]
Kjell Rilbe kjell.ri...@datadia.se [firebird-support] skrev: > > Hi, > > I'm writing a utility that will need to do two things for each record in > an external table and for this purpose I use a for select ... do > construct in an execute block. I do it this way because external tables > can't be i

Re: [firebird-support] Performance diff between insert...select and for select ... do?

2015-02-15 Thread Kjell Rilbe kjell.ri...@datadia.se [firebird-support]
Mark Rotteveel m...@lawinegevaar.nl [firebird-support] skrev: > > On 13-2-2015 14:55, Kjell Rilbe kjell.ri...@datadia.se > [firebird-support] wrote: > > I'm writing a utility that will need to do two things for each record in > > an external table and for this purpose I use a for select ... do > >

Re: [firebird-support] Performance diff between insert...select and for select ... do?

2015-02-14 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 13-2-2015 14:55, Kjell Rilbe kjell.ri...@datadia.se [firebird-support] wrote: > I'm writing a utility that will need to do two things for each record in > an external table and for this purpose I use a for select ... do > construct in an execute block. I do it this way because external tables >

[firebird-support] Performance diff between insert...select and for select ... do?

2015-02-13 Thread Kjell Rilbe kjell.ri...@datadia.se [firebird-support]
Hi, I'm writing a utility that will need to do two things for each record in an external table and for this purpose I use a for select ... do construct in an execute block. I do it this way because external tables can't be indexed and I will scan the entire external table anyway. The two opera