Source topic

Database stories from Lobsters

Recent Database stories from Lobsters. Add Lobsters and Database to a Snapbyte.dev digest to receive ranked summaries on your schedule.

45 recent matching stories
Your executable is a SQLite database
01Sunday, August 23, 2026

Your executable is a SQLite database

SELF (Structured Executable & Linkable Format) is a prototype that replaces ELF with SQLite databases that can be chmod +x and executed. It represents segments, symbols, relocations, and dependencies as queryable tables, enabling SQL-based tooling, dynamic linking, closures, and transactional modifications. Built with Nix, it is lossless but currently has startup, memory-mapping, and size overheads.

Summaries are AI-generated to help you scan faster. Open the original source for full context.

tl;dv (Too Lazy; Didn't Validate): 181,874 Meetings Left Wide Open
02Tuesday, August 4, 2026

tl;dv (Too Lazy; Didn't Validate): 181,874 Meetings Left Wide Open

A major security vulnerability in the meeting recording platform tl;dv allows any authenticated user to access metadata for all meetings across the entire platform due to a lack of Firestore tenant isolation. Additionally, an internal employee application leaks sensitive personnel information without authentication. Despite disclosures starting in January 2026, the issues remain unaddressed by the company.

Summaries are AI-generated to help you scan faster. Open the original source for full context.

SQLite should have (Rust-style) editions
03Wednesday, July 15, 2026

SQLite should have (Rust-style) editions

The author argues that SQLite should adopt a versioned 'editions' system similar to Rust. Currently, SQLite’s default settings—such as disabled foreign key constraints, loose type affinity, and lack of busy-timeouts—often lead to bugs and poor performance. An edition-based approach would allow for modernizing global defaults while maintaining backward compatibility.

Summaries are AI-generated to help you scan faster. Open the original source for full context.

Tailscale Traces Database Corruption to 16y/o SQLite WAL-Reset Bug
04Wednesday, August 12, 2026

Tailscale Traces Database Corruption to 16y/o SQLite WAL-Reset Bug

Tailscale experienced significant uptime instability due to a 16-year-old 'WAL-Reset' bug in SQLite. Triggered by Tailscale's non-standard, aggressive manual checkpointing, the bug caused silent data corruption. After months of forensic investigation and collaboration with SQLite maintainers, the issue was identified, patched, and verified, restoring reliability and hardening Tailscale's database infrastructure.

Summaries are AI-generated to help you scan faster. Open the original source for full context.

How I Cut My Google Search Dependence in Half
05Monday, February 9, 2026

How I Cut My Google Search Dependence in Half

The creator of Hister, a self-hosted web history management tool, details how they reduced their dependence on Google Search by 50% in just 1.5 months. The core insight is the distinction between Discovery Search (finding new content) and Recall Search (refinding previously visited content). While search engines like Google are plagued by excessive advertising, SEO manipulation, and privacy concerns, Hister allows users to index the full text of their own browsing history locally. This includes content behind authentication and private networks that global search engines cannot access. By prioritizing speed, privacy, and local full-text indexing, Hister serves as a personal knowledge base that improves over time. The project is open-source under the AGPLv3 license and aims to provide a faster, ad-free alternative for professionals who frequently revisit known documentation or resources.

Summaries are AI-generated to help you scan faster. Open the original source for full context.

My PostgreSQL database got nuked lol
06Wednesday, March 11, 2026

My PostgreSQL database got nuked lol

A developer shares a cautionary tale about losing their PostgreSQL database twice due to exploitable configurations. The root causes were weak default credentials and Docker modifying host firewall rules to expose the database port publicly. The incident highlights the importance of securing docker-compose ports, using strong passwords, and properly configuring UFW on a VPS.

Summaries are AI-generated to help you scan faster. Open the original source for full context.

Git in Postgres
07Thursday, February 26, 2026

Git in Postgres

Gitgres is an experimental system that uses PostgreSQL as a storage backend for Git repositories via libgit2. By treating Git objects and refs as database rows, it simplifies DevOps by unifying application data and repository storage, enabling complex SQL queries across code and metadata while streamlining backups and scalability.

Summaries are AI-generated to help you scan faster. Open the original source for full context.

Jepsen: MariaDB Galera Cluster 12.1.2
08Monday, March 16, 2026

Jepsen: MariaDB Galera Cluster 12.1.2

Jepsen tested MariaDB Galera Cluster by simulating network faults and crashes. Findings reveal significant data persistence issues, including the loss of committed writes during node recovery, as well as consistency anomalies like Lost Updates and Stale Reads in healthy clusters. The study concludes that the system's actual performance fails to meet documented consistency and availability claims.

Summaries are AI-generated to help you scan faster. Open the original source for full context.

Clickhouse is winning the Observability Wars
09Wednesday, July 1, 2026

Clickhouse is winning the Observability Wars

Observability often struggles with the high volume and inconsistent nature of logs, which become increasingly difficult to manage as data grows. Most logging stacks mutate in complexity or cost at scale. ClickHouse stands out by offering a consistent, columnar architecture that scales linearly through sharding, providing significant performance and efficiency advantages as data volumes increase.

Summaries are AI-generated to help you scan faster. Open the original source for full context.

SQLite 3.53.0
10Thursday, April 9, 2026

SQLite 3.53.0

SQLite 3.53.0 introduces the Query Result Formatter (QRF) library to enhance CLI output, adds support for modifying constraints in ALTER TABLE, improves the query planner, and introduces new JSON functions. It also provides new C APIs and optimizations while addressing critical reliability fixes like the WAL-reset corruption bug.

Summaries are AI-generated to help you scan faster. Open the original source for full context.

Why ALTER TABLE is such a problem for SQLite
11Thursday, November 13, 2025

Why ALTER TABLE is such a problem for SQLite

SQLite provides limited support for the ALTER TABLE command, primarily allowing table and column renames, and the addition or deletion of columns. While simple renames and additions are fast because they only modify schema text, certain operations like adding constraints or dropping columns require rewriting table data. For complex schema changes not directly supported, a 12-step manual procedure involving temporary tables is recommended to maintain database integrity and cross-version compatibility.

Summaries are AI-generated to help you scan faster. Open the original source for full context.

Production query plans without production data
12Sunday, March 8, 2026

Production query plans without production data

PostgreSQL 18 introduces pg_restore_relation_stats and pg_restore_attribute_stats, allowing users to export and inject optimizer statistics as portable SQL artifacts. This feature enables developers to replicate production query plans in CI/CD or local environments without needing full production datasets, significantly improving performance debugging and preventing query regressions.

Summaries are AI-generated to help you scan faster. Open the original source for full context.

Product guide

Related pages

Continue comparing workflows, sources, and methodology.

Add Lobsters and Database to your digest

Choose Lobsters as a source, add Database as a topic, and receive summarized stories on your schedule.

Snapbyte workflow

Build a digest around your developer updates

Choose topics, sources, language, schedule, and timezone. Snapbyte turns that setup into a focused digest with summaries and original links.