» Tag
databases
72 postsThe Cost of PostgreSQL Constraints at High Ingestion Rates
Explore the challenges of PostgreSQL constraints during high ingestion rates and potential solutions.
Postgres in Rust: Three Failures Before Passing 100% Regression Tests
The journey of rewriting Postgres in Rust, lessons learned, and the development of pgrust for improved database performance.
Why I Would Choose Tauri Again for a Cross-Platform Database Client
Exploring the development process and advantages of Tabularis with Tauri for cross-platform database client.
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.comModern Sample Database for Learning SQL: Replacing Sakila
A modern sample database for MariaDB 11.7+, designed to replace Sakila for SQL learning.
Modeling a Multilingual Food Database: 9800 Foods, 32 Languages
An open-source multilingual food database features 9800 foods and 32 languages, addressing data integrity issues.
AI Agent Infrastructure Splits at the State Layer
The AI agent infrastructure is now defined by a state layer that manages durable records of agent work.
SQLite Needs Rust-Style Editions for Better Defaults
SQLite's default settings risk data integrity. Solutions for developers include enabling foreign keys and using strict types.
Three Incidents in Supabase Highlight Security Issues
Three security incidents in Supabase reveal critical lessons for engineers. Public access and misconfigurations are key concerns.
Sqlsure: Deterministic Checks for AI-Generated SQL
Sqlsure quickly and reliably checks SQL queries generated by AI. It provides an effective solution to prevent errors.
Netflix Cuts Cassandra Partition Latency to Milliseconds via Per-ID Splitting
Netflix's AI team splits wide Cassandra partitions per ID asynchronously during reads, cutting tail latency from seconds to milliseconds with zero app changes.