Software Engineering

Hyperdrive - Hyperdrive no longer caches queries using STABLE PostgreSQL functions

Cloudflare Developer Platform Changelog · 2026-02-23

Hyperdrive now treats queries containing PostgreSQL STABLE functions as uncacheable, in addition to VOLATILE functions. Previously, only functions that PostgreSQL categorizes as VOLATILE (for example, RANDOM() , LASTVAL() ) were detected as uncacheable. STABLE functions (for example, NOW() , CURRENTTIMESTAMP , CURRE...

Feedback