» Tag
databases
72 postschwire: A New Native-Format JavaScript Client for ClickHouse
chwire is an open-source JS client for ClickHouse that speaks the Native binary format over HTTP and TCP, offering much faster encoding and decoding than JSONEachRow.
What happens when Cloudflare D1's free 500 MB wall hits
A hands-on probe of Cloudflare D1's free 500 MB storage wall via REST API reveals the exact byte ceiling, DELETE-based recovery, and how indexing a blob column silently doubles storage.
From Static Site to Open Source Intelligence Platform: WebiU 2.0
The WebiU 2.0 team explains how they turned a growing open source organization's static site into a data-driven platform, covering GitHub API limits, persistence and architectural trade-offs.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comIs True Database Elasticity Finally Real?
A look at how fully decoupled compute and storage layers finally deliver genuine pay-as-you-go database elasticity, and what it means for engineering teams.
Microsoft's DocumentDB Reimagines NoSQL on PostgreSQL
Microsoft open-sourced its vCore Cosmos DB engine as DocumentDB, a PostgreSQL-based NoSQL layer with MongoDB-compatible APIs, BSON support, and ambitions to become a NoSQL standard.
Postgres Rewritten in Rust: v0.2 Faster than Postgres and ClickHouse
pgrust v0.2, a Rust rewrite of Postgres, achieves remarkable speed improvements.
Building an AI Agent's Infrastructure with Neon from One CLI
Explore how Neon simplifies AI agent infrastructure management using a single CLI command.
Enhancing Postgres Performance with Row-Level Security
Tips for resolving performance issues in Postgres using Row-Level Security (RLS).
DuckDB v2.0: Your Database Deserves a Better Parser
DuckDB v2.0 enhances user experience by replacing the PostgreSQL parser with a PEG-based parser for better extensibility and easier query writing.
Building a Data Grid: My Year-Long Journey Through 10 Levels
Explore the complexities of building data grids and the optimization process.