Okay so I have a PL/pgSQL procedure that takes data from a temp table (a list of media outlets) and creates a content repository item and a revision.
This proc takes about .5 seconds/outlet and creates three objects: the item, the first revision and an address object.
Two questions:
1) is there a way that I can speed that up?
2) any tips on how to tune pl/pgsql procs?
Thanks
Carl