RE: Incremental aggregate/rollup strategy advice - Mailing list pgsql-general

From Steven Winfield
Subject RE: Incremental aggregate/rollup strategy advice
Date
Msg-id E9FA92C2921F31408041863B74EE4C2001BD7F9EBE@CCPMAILDAG03.cantab.local
Whole thread Raw
In response to Incremental aggregate/rollup strategy advice  (Morris de Oryx <morrisdeoryx@gmail.com>)
Responses Re: Incremental aggregate/rollup strategy advice  (Morris de Oryx <morrisdeoryx@gmail.com>)
List pgsql-general

There are a couple of extensions that might help you:

 

PipelineDB[1]: Their “Continuous Views” could be useful. A big caveat here is that PipelineDB’s future is uncertain[2], though.

I haven’t used it myself, but it looks like you could put triggers onto your existing tables to insert data in PipelinedDB “Streams”, then build whatever continuous views are needed around those streams.

 

The other is TimescaleDB[3], which has “Continuous Aggregates”, but they are fairly new and currently have some limitation.

 

Steve.

 

[1] https://www.pipelinedb.com/

[2] https://www.pipelinedb.com/blog/pipelinedb-is-joining-confluent

[3] https://www.timescale.com/

 





This email is confidential. If you are not the intended recipient, please advise us immediately and delete this message. The registered name of Cantab- part of GAM Systematic is Cantab Capital Partners LLP. See - http://www.gam.com/en/Legal/Email+disclosures+EU for further information on confidentiality, the risks of non-secure electronic communication, and certain disclosures which we are required to make in accordance with applicable legislation and regulations. If you cannot access this link, please notify us by reply message and we will send the contents to you.

GAM Holding AG and its subsidiaries (Cantab – GAM Systematic) will collect and use information about you in the course of your interactions with us. Full details about the data types we collect and what we use this for and your related rights is set out in our online privacy policy at https://www.gam.com/en/legal/privacy-policy. Please familiarise yourself with this policy and check it from time to time for updates as it supplements this notice

pgsql-general by date:

Previous
From: Morris de Oryx
Date:
Subject: Re: Incremental aggregate/rollup strategy advice
Next
From: Morris de Oryx
Date:
Subject: Re: Incremental aggregate/rollup strategy advice