TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Cloudflare Hyperdrive

23 点作者 ccorda超过 1 年前

3 条评论

romanhn超过 1 年前
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 未加载
nancyp超过 1 年前
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 未加载
dangoodmanUT超过 1 年前
Seems the DB has to be public (probably fine with IP whitelisting), but this is super cool that they manage it for you!