Re: Postgresql 9.6 and Big Data - Mailing list pgsql-general

From John R Pierce
Subject Re: Postgresql 9.6 and Big Data
Date
Msg-id ec672895-732b-4826-fcb9-fcec6d9e7f7a@hogranch.com
Whole thread Raw
In response to Postgresql 9.6 and Big Data  (Job <Job@colliniconsulting.it>)
List pgsql-general
On 12/2/2016 12:19 AM, Job wrote:
> We need to archive this data to generate report and analysis views.

on top of what Stephen said, I'd do as much preprocessing, and
preaggregation as possible to simplify and speed up those
report/analysis views....   for instance, storing min/max/mean rollups
per hour, per day, per month could mean the difference between a billion
row seq scan that takes hours and a few second query to graph a given
time range.


--
john r pierce, recycling bits in santa cruz



pgsql-general by date:

Previous
From: Fabricio Pedroso Jorge
Date:
Subject: Re: Create DB ends with error "FATAL: Ident authentication failed for user "postgres""
Next
From: Adrian Klaver
Date:
Subject: Re: INSERT - UPDATE throughput oscillating and SSD activity after stopping the client