Charles Joseph <[EMAIL PROTECTED]> writes:
>     I face problem when running the following pgplsql
> function. The problem is it takes more than 24hours to
> complete
>     the calculation. The EMP table has about 200,000
> records.

Sure there are no infinite loops of PARENT links in your table?

Also, if CODE is supposed to be unique, you should probably declare
its index that way.  Or at least make sure the planner knows it's
unique (have you ANALYZEd the table lately?)

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to