tembo-io / pg_timeseries

Simple and focused time-series tables for PostgreSQL, from Tembo
PostgreSQL License
331 stars 5 forks source link

Documentation: can the S3 tiering work with GCP storage with the S3 compatibility API #15

Open maelp opened 6 months ago

maelp commented 6 months ago

GCloud storage has a S3 compatibility API, is it possible to use tiered storage with it, and to document this?

ChuckHend commented 6 months ago

Hi @maelp , we are integrating this project with https://github.com/tembo-io/pg_tier very soon. Let us know if you're interested in contributing to that 😄

kaysersoze commented 2 months ago

@ChuckHend I think I would be very interested in this functionality whenever it is available. Does pg_tier currently work with pg_timeseries and it's a matter of a more tightly coupled integration (ie. could it be installed alongside pg_timeseries and be made to work), or is additional development still needed to make them work together?

ChuckHend commented 1 month ago

@kaysersoze , pg_tier could be installed alongside pg_timeseries (meaning they do not conflict with each other). We don't have an official guide or anything on how to run them together though, but I think it would be possible.

kaysersoze commented 1 month ago

@kaysersoze , pg_tier could be installed alongside pg_timeseries (meaning they do not conflict with each other). We don't have an official guide or anything on how to run them together though, but I think it would be possible.

Thanks for the reply and the information. I'm currently testing out pg_timeseries on some projects, and I think pg_tier would be really useful in the not-too-distant future.

I'll take a crack at it and make sure to report my findings.