Skip to content
TILens What matters today in tech v0.0.9
Theme

Daily edition · Databases

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

27 Aug 2026 edition
MongoDB GitHub

mongodb/mongo-go-driver: MongoDB Go Driver 2.8.2

The MongoDB Go Driver Team is pleased to release version 2.8.2 of the official MongoDB Go Driver. Release Highlights Warning Driver versions v2.1.0 through v2.8.1 are affected by a security issue CVE-2026-81521 in…

Source: Mongo Go Driver Releases mongodb-dbx-release-bot[bot]
PostgreSQL

semab tariq: How to Calculate Fillfactor for Your Tables

A small setting most teams either ignore or guess at. Here’s the quick version, then the full breakdown. Key Takeaways Fillfactor sets how full Postgres packs each table page on write, leaving the rest as free space for…

Source: Planet PostgreSQL