Re: PostgreSQL suitable? - Mailing list pgsql-general

From Stephen Frost
Subject Re: PostgreSQL suitable?
Date
Msg-id 20171219154801.GG4628@tamriel.snowman.net
Whole thread Raw
In response to Re: PostgreSQL suitable?  (Vincenzo Romano <vincenzo.romano@notorand.it>)
Responses Re: PostgreSQL suitable?
List pgsql-general
Greetings,

* Vincenzo Romano (vincenzo.romano@notorand.it) wrote:
> Sorry, my bad: I confused V10 with v11.
> But accordingly to a discussion with Bruce Momjan, table partitionin V10 is
> little more than syntactic sugar around old-fashioned table partitioning.

Well, it's a bit more than that since there's tuple-routing, but you're
right that the partition elimination is the same as it was in earlier
versions and based on constraint exclusion.  That said, as noted in the
email you replied to, reasonable numbers of partitions aren't too bad
even with the planning cost; it's when you have many thousands of
partitions that you get into cases where planning time for queries is
really bad.

Also as noted on this thread, PG could handle this data volume, but to
be efficient there would be work to be done in normalization,
aggregation, and analyzing the system to ensure you're storing and
querying on the data efficiently.

Thanks!

Stephen

Attachment

pgsql-general by date:

Previous
From: Stephen Frost
Date:
Subject: Re: PostgreSQL suitable?
Next
From: Andreas Kretschmer
Date:
Subject: Re: PostgreSQL suitable?