I need to create some 30,000 pre-defined objects on installing a package. It is currently taking about 7 minutes to do that. Any suggestions on how I can speed it up? Is there a way to create objects in "bulk"?
For test purposes I moved all the acs_object__new code inline and removed my own code so the only thing being done inside the loop is a call to acs_object_id_seq.nextval, the "insert into acs_objects", and the "PERFORM acs_object__initialize_attribute". It's still taking way too long.