pg_tier

Postgres Extension written in Rust, to enable data tiering to AWS S3 (by tembo-io)

Pg_tier Alternatives

Similar projects and alternatives to pg_tier

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better pg_tier alternative or higher similarity.

pg_tier reviews and mentions

Posts with mentions or reviews of pg_tier. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-09.
  • Show HN: An SQS Alternative on Postgres
    10 projects | news.ycombinator.com | 9 May 2024
    pgmq.archive() gives us an API to retain messages on your queue, its an alternative to pgmq.delete(). For me as a long-time Redis user, message retention was always important and was always extra work to implement.

    DLQ isn't a built-in feature to PGMQ yet. We run PGMQ our SaaS at Tembo.io, and the way we implement the DLQ is by checking the message's read_ct value. When it exceeds some value, we send the message to another queue rather than processing it. Successfully processed messages end up getting pgmq.archive()'d.

    Soon, we will be integrating https://github.com/tembo-io/pg_tier into pgmq so that the archive table is put directly into cloud storage/S3.

  • Pg_tier: Postgres Extension to enable data tiering to AWS S3
    1 project | news.ycombinator.com | 25 Apr 2024

Stats

Basic pg_tier repo stats
2
101
7.9
13 days ago

tembo-io/pg_tier is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of pg_tier is PLpgSQL.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com