is it possible to get wire compression with hyperdrive to postgres?
is it possible to get wire compression with hyperdrive to postgres?
--remote enabled. I believe this bypasses Hyperdrive entirely, so if the issue relates to CF at all, perhaps it's a Wrangler thing not HD. Either way it's a blocker for me right now.
--remote implying usage of HD, just checked.--disable-caching option isn't documented in the hyperdrive update docs, and the HD dashboard doesn't seem to provide any means to edit settings (see my hyperdrive). So is this just a case of the docs being out of sync?wrangler hyperdrive update my-hyperdrive-name --origin-password mypassword --disable-cachingwrangler <cmd> --help over using the docs--caching-disabled option I didn't see the boolean reference following it (or it wasn't there). I see it is there in --help.

{
command: null,
rowCount: null,
oid: null,
rows: Array(0),
fields: Array(0)
...
}--remote--remotenpx wrangler hyperdrive update my-hyperdrive --disable-caching--disable-cachinghyperdrive update--origin-passwordwrangler hyperdrive update my-hyperdrive-name --origin-password mypassword --disable-caching--caching-disabled Whether caching query results is disabled for this Hyperdrive config [boolean]wrangler <cmd> --help--caching-disabled