TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cloudflare Hyperdrive

23 pointsby ccordaover 1 year ago

3 comments

romanhnover 1 year ago
This feels like Cloudflare using the strangler pattern to continue their march into established cloud provider territory.<p>Their serverless implementation is outstanding - AFAIK, they&#x27;re the only ones offering true scale-to-zero compute with no cold start delays. I&#x27;ve used it successfully to host an SSR app that hits an external API basically at no cost. If I&#x27;m reading this correctly, I can now move the API code into Cloudflare Workers as well, and just leave the database at the old provider, with the promise of much lower cost-for-performance for compute and better database performance. Sounds compelling and helps to move chunks of infrastructure to Cloudflare, who will undoubtedly introduce hosted relational databases in the future to complete the picture.<p>I&#x27;m unclear about the security implications though. My current database is in a private subnet, it would be unfortunate to have to open it up to the world to take advantage of this. The other downer is that Workers don&#x27;t natively support .NET, so I can&#x27;t make that move yet. But it&#x27;s certainly intriguing!
评论 #37692103 未加载
评论 #37693562 未加载
nancypover 1 year ago
This is a solution to problem that does not exists. In database heavy apps the latency is the least of the concern. unless that architecture is not optimal in some cases to meet compliance.
评论 #37693462 未加载
dangoodmanUTover 1 year ago
Seems the DB has to be public (probably fine with IP whitelisting), but this is super cool that they manage it for you!