ELSEIF
Your brief EB
183 stories from 71 feeds 32 clusters Refreshed 8 minutes ago next pull 13:20

TOPIC

Databases

Storage engines, query planners, and the pipelines that move data between them. Benchmarks with methodology, migrations with real numbers, and the failure modes worth designing around before you meet them.

5TODAY
8FEEDS
4mMEDIAN
FEEDS ClickHouse 24 Redis 9 PostgreSQL 8 Techmeme 5 Hacker News 4 The Verge 2 DuckDB 2 Julia Evans 2

DATABASES

Everything in Databases.

03 339 -3

Databases ClickHouse

I created a playground for 110 database systems

Why it matters — Engineers can now test and compare dozens of database systems side by side without manual setup, making it easier to evaluate options for specific workloads. The refactored common interface ensures fair comparisons by enforcing cold-start measurements and preventing caching tricks. This lowers the barrier to benchmarking and helps engineers make informed decisions about database selection.

1 feed
18 min
04 299 -2

Databases Techmeme

A look at the US open-weight AI model ecosystem, as VCs question the revenue potential of open-weight startups like Arcee, Reflection AI, and Poolside (Wall Street Journal)

Why it matters — Engineers building on or contributing to open-weight AI models may find the ecosystem financially constrained, impacting the longevity and support of these tools. The skepticism from investors challenges the commercial viability of open-weight approaches compared to proprietary alternatives.

1 feed
54 min
05 296 -1

Databases Hacker News

IBM i (OS/400) the Database Operating System

Why it matters — IBM i represents a fundamentally different systems engineering approach where the OS and database are a single unit, eliminating the communication overhead between separate layers. For engineers accustomed to bolting a database onto Linux or Windows, this architecture shows that native kernel-level understanding of data structures yields concrete advantages in OLTP performance, security through encapsulation, and binary compatibility spanning decades.

1 feed
39 min
06 250 -2

Databases Techmeme

Researchers used AI-assisted code to undetectably tamper with data from computerized scans of physical DNA evidence produced by widely used crime-lab machines (Mariah Timms/Wall Street Journal)

Why it matters — Digital evidence systems that produce files from physical DNA scans have integrity vulnerabilities that AI-generated code can exploit without detection. For engineers building or auditing forensic data pipelines, this highlights that file-level integrity checks on digitized evidence may be insufficient against sophisticated tampering.

1 feed
53 min
07 247 -1

Databases Hacker News

Stop fucking around with database commits and transactions

Why it matters — If your code calls commit() inside nested helpers beneath a transaction decorator, the atomicity guarantee is an illusion—partial writes can persist on failure. The author argues the only reliable fix is to confine all DB sessions, transactions, queries, and models strictly within a dedicated DB access layer and to enforce that boundary with AST-based linters or test suites that ban manual commits and DB model imports outside that layer.

1 feed
6 min
08 224 -1

Databases Hacker News

Walsh: Multi-agent research pipeline with risk manager that can veto trades

Why it matters — For engineers building automated decision systems, this provides a concrete architecture pattern for combining multiple independent analysis agents with a risk gate that can override consensus. The backtest results demonstrate the inherent tradeoff: conservative risk thresholds that correctly identify high-uncertainty periods also cause missed opportunities in trending markets, resulting in underperformance versus buy-and-hold.

1 feed
7 min
09 205 new

Databases PostgreSQL

PostgreSQL ODBC Version REL-18_00_0002 Released

Why it matters — This release patches a stack buffer overflow, a double-free causing heap corruption during SQLDisconnect, and several out-of-bounds read conditions that could crash or compromise applications using the driver. Engineers connecting to PostgreSQL via ODBC should upgrade promptly to avoid stability and security exposure.

1 feed
2 min
10 205 new

Databases PostgreSQL

pglayers: PostgreSQL extensions as stackable Docker layers

Why it matters — This approach eliminates the need to compile extensions locally or include build tools in production database images, streamlining container builds. It also provides pre-configured images matching managed services like Azure Database for PostgreSQL, simplifying local development and testing. For PostgreSQL 18 and later, the project leverages new path configurations to isolate extensions, preventing file collisions and enabling deploy-time mounting.

1 feed
3 min
11 205 new

Databases PostgreSQL

PostgreSQL 19 Beta 2 Released!

Why it matters — Engineers can begin testing upcoming features like temporal tables, property graph support, and virtual generated columns against real workloads. Several fixes in Beta 2 address notable regressions from Beta 1, including an autovacuum multixact-age calculation that could become infinite, making this a more viable target for early compatibility testing.

1 feed
3 min
12 205 new

Databases PostgreSQL

PDU: an open source PostgreSQL Data Unloader for full-database offline export and targeted WAL recovery

Why it matters — When a PostgreSQL instance won't start, standard SQL-based recovery tools become unavailable, leaving operators with limited options. PDU provides a direct file-level recovery path that doesn't modify the original data directory, offering a way to extract data even from corrupted catalogs or damaged files. Note: this is reported by only one feed.

1 feed
2 min
13 204 new

Databases Simon Willison

sqlite-utils 3.39.1

Why it matters — If you're still on the 3.x branch of sqlite-utils and rely on table.delete_where(), this patch brings the fix to you without requiring a major version upgrade. Only one feed carried this item, so corroboration is limited.

1 feed
1 min
14 195 new

Databases Julia Evans

Learning a few things about running SQLite

Why it matters — Engineers who reach for SQLite on small sites still need to think about database operations. The single-writer constraint creates real operational friction when long-running writes block other workers, and query performance can degrade dramatically without up-to-date planner statistics.

1 feed
5 min
15 182 new

Databases Techmeme

A profile of Jacob Tsimerman, who won the Fields Medal last week and is taking a leave from the University of Toronto to join OpenAI and work on AI safety (Ben Cohen/Wall Street Journal)

Why it matters — A top-tier mathematician moving to OpenAI signals that AI safety work is attracting serious academic talent beyond traditional software engineering. For engineers, this suggests AI safety is becoming a core concern requiring deep theoretical expertise, not just applied implementation.

1 feed
53 min
16 179 -1

Databases Techmeme

Malaysia shuts down Network School, Balaji Srinivasan's techno-utopian project, over licensing issues; Srinivasan says he is opening a new campus in Kazakhstan (Wall Street Journal)

Why it matters — The shutdown illustrates how experimental community and governance projects face concrete regulatory barriers even with prominent Silicon Valley backing. The planned relocation to Kazakhstan suggests founders may shop for more permissive jurisdictions, a pattern worth watching if similar projects emerge.

1 feed
55 min