so 16. 11. 2019 v 16:46 odesÃlatel Ron napsal:
> On 11/16/19 8:22 AM, Dave Roberge wrote:
> > Hi,
> >
> > We've been troubleshooting a slow running function in our postgres
> database. I've been able to boil it down to the simplest function possible.
> It looks like this:
> >
> > FOR rec IN selec
On 11/16/19 8:22 AM, Dave Roberge wrote:
Hi,
We've been troubleshooting a slow running function in our postgres database.
I've been able to boil it down to the simplest function possible. It looks like
this:
FOR rec IN select 1 as matchval FROM table1 t1, table2 t2
join table3 t3 on t3.col
so 16. 11. 2019 v 16:06 odesÃlatel Dave Roberge
napsal:
> Hi,
>
> We've been troubleshooting a slow running function in our postgres
> database. I've been able to boil it down to the simplest function possible.
> It looks like this:
>
> FOR rec IN select 1 as matchval FROM table1 t1, table2 t2
>
Hi,
We've been troubleshooting a slow running function in our postgres database.
I've been able to boil it down to the simplest function possible. It looks like
this:
FOR rec IN select 1 as matchval FROM table1 t1, table2 t2
join table3 t3 on t3.col = t2.col
WHERE t1.col = id
LOOP
IF rec.