[PERFORM] Insert Concurrency - Mailing list pgsql-performance

From ROBERT PRICE
Subject [PERFORM] Insert Concurrency
Date
Msg-id BY2PR18MB0232E8126591217B0AB12165E1190@BY2PR18MB0232.namprd18.prod.outlook.com
Whole thread Raw
Responses Re: [PERFORM] Insert Concurrency  (David Rowley <david.rowley@2ndquadrant.com>)
Re: [PERFORM] Insert Concurrency  (Daniel Blanch Bataller <daniel.blanch.bataller@gmail.com>)
Re: [PERFORM] Insert Concurrency  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-performance

I come from an Oracle background and am porting an application to postgres. App has a table that will contain 100 million rows and has to be loaded by a process that reads messages off a SQS queue and makes web service calls to insert records one row at a time in a postgres RDS instance. I know slow by slow is not the ideal approach but I was wondering if postgres had partitioning or other ways to tune concurrent insert statements. Process will run 50 - 100 concurrent threads.

pgsql-performance by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: [PERFORM] Create a materialized view in PostgreSQL which can beaccess by all the user account
Next
From: David Rowley
Date:
Subject: Re: [PERFORM] Insert Concurrency