can incremental view maintenance be used on postgresql13?
Asked Answered
S

2

0

I'm currently using this timescaleDB integrated with postgresql13, I found this patch called incremental view maintenance which i think is also very important for my project

https://github.com/sraoss/pgsql-ivm

can pgsql-ivm be possibly be installed in postgresql13? So that I can use both of them at them same time?

Sanderson answered 12/9, 2021 at 17:42 Comment(0)
P
1

That's probably a PostgreSQL version with this patch applied.

This has been under discussion for a while, but didn't make it into the source tree so far.

I wouldn't dare use that yet, unless I have good reason to trust the code and am ready to take care of that patch and apply it to PostgreSQL for each new update.

My advice is to roll your own using a regular table and triggers.

Philadelphia answered 13/9, 2021 at 2:34 Comment(2)
I found this one. It seems much more mature? github.com/MaterializeInc/materializeSanderson
No idea (I didn't read the code). My advice stands. Asking for recommendations for tools is off-topic...Philadelphia
H
0

They added support for older version it seems like https://www.postgresql.org/about/news/pg_ivm-17-released-2714/

Hammon answered 17/5 at 4:40 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.