postgres

Tag

Cards List
#postgres

Database Traffic Control

Hacker News Top · 2d ago Cached

PlanetScale introduces Database Traffic Control, a Postgres traffic management system that lets users enforce flexible budgets on database resources, preventing overload from bad queries or runaway workloads.

0 favorites 0 likes
#postgres

WAL-RUS: a Rust Rewrite of WAL-G for PostgreSQL Backups

Hacker News Top · 4d ago Cached

ClickHouse Cloud announces WAL-RUS, an open-source Rust rewrite of WAL-G for PostgreSQL backups, focusing on predictable memory usage and WAL-G compatibility.

0 favorites 0 likes
#postgres

Show HN: DBOSify – Drop-in Temporal replacement built on Postgres

Hacker News Top · 2026-06-24 Cached

DBOSify is a drop-in replacement for Temporal Python that uses Postgres instead of a Temporal server, enabling durable workflows without additional infrastructure.

0 favorites 0 likes
#postgres

@svpino: We should build a church for people who open-source their code so everyone can learn from it. Here is the complete sour…

X AI KOLs Timeline · 2026-06-24 Cached

This tweet highlights an open-source RAG assistant for airline policies with complete source code and a video walkthrough by Lena (@lenadroid). It uses LangChain, LangGraph, Postgres with pgvector, Terraform, and indexes source documents.

0 favorites 0 likes
#postgres

Tidebase: open source auth, credential brokering, checkpoints, queues, schedules, and gates for your agents, in your own Postgres.

Reddit r/AI_Agents · 2026-06-23

Tidebase is an open-source tool that provides authentication, credential brokering, checkpoints, queues, schedules, and gates for AI agents, all backed by Postgres.

0 favorites 0 likes
#postgres

British Columbia, Time Zones, and Postgres

Lobsters Hottest · 2026-06-22 Cached

Discusses how British Columbia's permanent switch to Pacific Daylight Time in 2026 affects PostgreSQL timestamp storage, and provides best practices to avoid time zone shift errors using a dual-column pattern.

0 favorites 0 likes
#postgres

Rive, Fast and reliable background jobs in Go

Hacker News Top · 2026-06-22 Cached

River is a robust, high-performance job processing system for Go and Postgres, emphasizing transactional enqueuing to avoid distributed system pitfalls.

0 favorites 0 likes
#postgres

PostgresBench: A Reproducible Benchmark for Postgres Services

Hacker News Top · 2026-06-20 Cached

ClickHouse has released PostgresBench, a public and reproducible benchmark for comparing managed Postgres services, using the standard pgbench tool with TPC-B-like workloads at multiple scale factors.

0 favorites 0 likes
#postgres

@tbpn: Y Combinator's @garrytan says he wants his new project GBrain to be the Postgres for agents: "The thing I realized is, …

X AI KOLs Following · 2026-06-16 Cached

Garry Tan introduces GBrain, a system designed to manage large-scale context for AI agents by loading the most relevant information into their limited context window, likening it to a 'Postgres for agents'.

0 favorites 0 likes
#postgres

The only scalable delete in Postgres is DROP TABLE

Hacker News Top · 2026-06-11 Cached

This article explains why large DELETE operations in Postgres are inefficient and cause extra work, and recommends using DROP TABLE or TRUNCATE as more scalable alternatives for bulk data removal.

0 favorites 0 likes
#postgres

@ryancarson: https://x.com/ryancarson/status/2064751272834593135

X AI KOLs Following · 2026-06-10 Cached

A detailed guide on setting up automated agent-driven disaster recovery using Devin AI, covering two backup strategies (PITR and off-site dumps), a playbook for execution, and live destructive testing.

0 favorites 0 likes
#postgres

PgDog is funded and coming to a database near you

Hacker News Top · 2026-06-10 Cached

PgDog, an open-source proxy that makes Postgres horizontally scalable, has raised $5.5M in funding from Basis Set, YC, and others. The tool is already serving over 2M queries per second in production.

0 favorites 0 likes
#postgres

I kept rebuilding checkpointing, retries, and run tracking for agents. So I built an open-source runtime around them.

Reddit r/AI_Agents · 2026-06-08

The author built Tidebase, an open-source runtime for agent workflows that provides checkpointing, retries, and live run state tracking using Postgres, enabling failed runs to resume from where they left off.

0 favorites 0 likes
#postgres

120k Lines of Rust: Inside the Nosdesk Backend

Hacker News Top · 2026-06-06 Cached

A detailed technical deep-dive into the Rust-powered backend of Nosdesk, covering architecture decisions like streaming pipelines, Postgres sync, and type-safe design patterns across 120k lines of code.

0 favorites 0 likes
#postgres

@makisuo: All types of databases, Redis, Postgres, Clickhouse, Mysql etc. now display important stats and metrics aswell as most …

X AI KOLs Timeline · 2026-06-04 Cached

Maple service map now displays important stats and metrics for various databases including Redis, Postgres, Clickhouse, and MySQL.

0 favorites 0 likes
#postgres

@aparnadhinak: https://x.com/aparnadhinak/status/2062233330196926720

X AI KOLs Timeline · 2026-06-03 Cached

A Twitter thread discussing whether a database filesystem abstraction (PostgresFS) or a skill-based approach with local Bash is better for agent workflows. The skill approach wins on composability and speed.

0 favorites 0 likes
#postgres

Show HN: Streambed – Stream Postgres to Iceberg on S3, Supports Postgres Wire

Hacker News Top · 2026-05-31 Cached

Streambed is an open-source CDC engine that streams Postgres WAL changes to Iceberg tables on S3, with a built-in query server using DuckDB that speaks the Postgres wire protocol.

0 favorites 0 likes
#postgres

If you use Hermes long enough you will hit the MEMORY md wall. Here is what we did about it.

Reddit r/AI_Agents · 2026-05-30

AtomicMemory is a new memory layer for the Hermes agent that replaces the 6-turn flush cycle with per-turn classification and removes the 2.2KB memory cap by storing claims in Postgres, all running on a small local 3B model.

0 favorites 0 likes
#postgres

@QuixiAI: You should try Hexis

X AI KOLs Following · 2026-05-29 Cached

Hexis is an open-source Postgres-native cognitive architecture that wraps any LLM to provide persistent memory, autonomous behavior, and identity, enabling agents to remember and pursue goals across sessions.

0 favorites 0 likes
#postgres

Durable execution, the hard way

Hacker News Top · 2026-05-28 Cached

A tutorial guide that teaches how to build a durable execution engine from scratch using Go and Postgres, inspired by Kubernetes the hard way.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback