持久更改的最快方法

发布于 2024-09-26 22:01:03 字数 177 浏览 4 评论 0原文

在我的网络应用程序中,数据库有一个 blob(一个 xml 文件)。允许用户通过 Web 界面更改 blob。我将 blob 以 html 形式显示,然后用户可以更改一些值并将其保存回来。所以用户提交请求有一个数据库保存。我可以将条目保存到缓存中以加快提交请求吗?但这样就有可能失去更改吗?将 blob 持久保存在数据库中的最快方法是什么?

in my web app the database has a blob(an xml file). The user is allowed to change the blob through a web interface. I take the blob show it in a html form, then the user can change some values and save it back. So the user submit request has a db save. Can I save the entry to a cache to speed up the submit request? But then there is a chance of loosing the changes? What is the fastest way to persist the blob in db?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

御弟哥哥 2024-10-03 22:01:03

您可以将保存排队以供稍后使用。虽然用户有可能会丢失所做的更改,但与带来的好处相比,这是可以忽略不计的。

You can queue the save for a later time. While there is a some chance that the user will lose his changes it is negligible compare to the benefits.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文