Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we install TimescaleDB as a postgres extension on AWS RDS for postgres?

Tags:

timescaledb

A naive question on RDS: TimescaleDB acts as a postgres extension. As an AWS user, can I install TimescaleDB as a postgres extension on AWS RDS for postgres?

like image 550
yuyang Avatar asked Sep 10 '25 18:09

yuyang


1 Answers

TimescaleDB is not available through AWS RDS.

Further, TimescaleDB's licensing [0] means that Amazon cannot offer the "community" version of TimescaleDB that includes many of its advanced features. Timescale (the company) does offer a fully-managed cloud on AWS, however. [1]

(Timescale person here)

[0] https://blog.timescale.com/blog/building-open-source-business-in-cloud-era-v2/

[1] https://www.timescale.com/products

like image 159
Mike Freedman Avatar answered Sep 13 '25 10:09

Mike Freedman