Re: Query Crashes PG 10.3 using partitions, works on 9.6 - Mailing list pgsql-general

From Tom Lane
Subject Re: Query Crashes PG 10.3 using partitions, works on 9.6
Date
Msg-id 25711.1522275553@sss.pgh.pa.us
Whole thread Raw
In response to Re: Query Crashes PG 10.3 using partitions, works on 9.6  (Cory Tucker <cory.tucker@gmail.com>)
List pgsql-general
Cory Tucker <cory.tucker@gmail.com> writes:
>> Can you extract a self-contained test case that uses unreasonable amounts
>> of memory?  It seems from this trace that the wheels are coming off in
>> at least two places, but identifying exactly where is impossible without
>> more info.

> I will try to make a test case.  The data in this table is PII so I can't
> just export it, but I might be able to replicate using fake data.

My guess is that the specific data is not critical at all, just the
table properties.  You might need to take care that the same EXPLAIN
plan is selected, which might require fake data that has roughly
similar properties as to number of distinct values and so on.

            regards, tom lane


pgsql-general by date:

Previous
From: Cory Tucker
Date:
Subject: Re: Query Crashes PG 10.3 using partitions, works on 9.6
Next
From: Ken Beck
Date:
Subject: Re: Postgresql 9.3 Server will not start after Ubuntu Upgrade