# Using Hyperdrive with Neon and Cloudflare Workers: FAQ

DevFeed: [Using Hyperdrive with Neon and Cloudflare Workers: FAQ](<https://devfeed.tech/articles/using-hyperdrive-with-neon-and-cloudflare-workers-faq-5426.md>)

Original publisher: [Read original article](<https://neon.com/blog/hyperdrive-neon-faq>)

Author: Carlota Soto

Published: 2024-12-26T17:30:52Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [edge](<https://devfeed.tech/tags/edge.md>), [performance](<https://devfeed.tech/tags/performance.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [routing](<https://devfeed.tech/tags/routing.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [tls](<https://devfeed.tech/tags/tls.md>)

## AI overview

An FAQ on using Cloudflare Hyperdrive with Neon and Cloudflare Workers. It explains how connection pooling, edge caching, and write-query routing reduce database connection overhead and latency in serverless applications.

## Source excerpt

We often recommend Hyperdrive to Neon users building on Cloudflare Workers, particularly for global applications looking to reduce latency. But we frequently receive questions about this tool and how it works with Neon--so let's cover the most common ones in this blog post. What i...