Routing & Concurrency with trigger functions - Mailing list pgsql-performance

From chanukya SDS
Subject Routing & Concurrency with trigger functions
Date
Msg-id CAB4f4B4bcyfsjtBTADZw51fNacPgjOVPWpr3kLv1KnYDLh1wHQ@mail.gmail.com
Whole thread Raw
List pgsql-performance
Dear Postgres Family,

I need some clarity and suggestions on the situation below.

There is a table called table_1
  1. its immutable only INSERTS allowed.
  2. it should get partitioned monthly basis
  3. partitions should be created while inserting data
  4. inheritance method should be used
Everything I have written with the Trigger  Function.

Now My doubt is how I can do this INSERT routing better. It must be optimized for efficiency and handle concurrency.

Any thoughts?

Thanks,


pgsql-performance by date:

Previous
From: Craig Jackson
Date:
Subject: Re: Database Stalls
Next
From: Mark Hills
Date:
Subject: Domain check taking place unnecessarily?