On Thu, Dec 5, 2013 at 10:08 AM, Scott Marlowe <scott.marlowe@xxxxxxxxx> wrote:
Rules have a lot of overhead. Is there a reason you're not using
defaults or triggers?
Or for even less overhead, load the partitions directly, and preferably use "DEFAULT nextval('some_sequence')" as Scott mentioned.