Changes.Watch

Databases changelog digest

Jun 16 - Jun 22, 2025. Useful releases, risky migrations, and noisy updates from the Databases channel.

No matching updates in this bucket.

Databases updates in 2025-w25

8.2-M01

  • Added new BITOP operators (DIFF, DIFF1, ANDOR, ONE) and VSIM WITHATTRIBS option, plus new CLIENT INFO/LIST metrics
  • Implemented performance and memory improvements: unified key/value, offloaded argv memory release to I/O threads, parallel I/O processing with prefetching, reduced numeric JSON footprint
  • Fixed bugs from 8.0.2 including memory reporting, cron timer speed, replica exit on short reads, DB expires defragmentation, and JSON memory consumption

6.10.1

  • Fix incomplete PostgreSQL connection termination on Windows for Prisma Migrate.
  • Resolve queryCompiler preview performance regression, delivering up to 500x speedup.
  • Recommend upgrading to 6.10.1 for Windows users and those on older local Prisma Postgres versions.

6.10.0

  • Preview Rust‑engine‑free query compiler for MS SQL Server and PlanetScale via adapter packages
  • VS Code UI now manages multiple local Postgres instances, adds “Push to Cloud” deployment and direct connection strings for any tool
  • Adds PlanetScale shard‑key support, deprecates the pg worker package, and changes the Prisma Client generator entrypoint (breaking)