Thread: PL/pgsql procedure lookup speed

PL/pgsql procedure lookup speed

From
Richard Emberson
Date:
Does the number of procedures defined effect the lookup speed of any one
procedure?

I've got a couple hundred procedures most of which are used at DB
loading and not
during normal use and I am wondering if it is worth my time to delete
those procedures
that are no longer needed after database loading.

Thanks.

Richard