Partitioning and ORM tools

From: CS DBA <cs_dba(at)consistentstate(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Partitioning and ORM tools
Date: 2016-03-22 18:40:48
Message-ID: 56F191B0.5050505@consistentstate.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All;

we setup partitioning for a large table but had to back off because the
return status (i.e: "INSERT 0 1") returns "INSERT 0 0" when inserting
into the partitioned table which causes the ORM tool to assume the
insert inserted 0 rows. Is there a standard / best practices work
around for this?

Thanks in advance

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2016-03-22 18:55:28 Re: Partitioning and ORM tools
Previous Message Magnus Hagander 2016-03-22 17:20:45 Re: Equivalent of Oracle's per-session statistics (v$client_stats)?