YugabyteDB v2025.2.3 introduced Early Access support for PostgreSQL-compatible LISTEN, NOTIFY, and UNLISTEN in YSQL. That means applications can use the familiar PostgreSQL […]
Read MoreIndex JSONB Fields Without STORED Generated Column Write Amplification
When working with JSONB in YugabyteDB, it is common to promote frequently queried JSON fields into STORED generated columns. That pattern works, […]
Read MoreTrack Auto Analyze with yb_stat_auto_analyze() in YugabyteDB
YugabyteDB’s Auto Analyze service helps keep table statistics fresh automatically. That matters because the YSQL planner, including the cost-based optimizer, depends on […]
Read MoreWhen Trailing Zeros Disappear from NUMERIC in YugabyteDB
Sometimes a database difference is not about the value itself, but about how that value is represented when it comes back out. […]
Read More