良好的可扩展容错内存数据库,支持 .NET 的 LINQ

发布于 2024-08-28 14:21:11 字数 138 浏览 1 评论 0原文

是否有好的内存事务数据库支持 LINQ 和 SQL Server 持久性?我想在内存中创建大型数据存储的完整表示,并以惰性方式将其提交到 SQL Server 数据库,但仍然通过水平扩展来保持一定程度的容错能力。我不想依赖像 CouchDB 这样的非关系数据报。

Are there are good in-memory transactional databases that support LINQ and SQL Server persistance? I'd like to create a full representation of a large data store in memory and have it commit to a SQL Server Database in a lazy fashion, but still keep some level of fault tolerance by scaling it out horizontally. I don't want to rely on non-relational datagrams like CouchDB.

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

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

发布评论

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

评论(2

阳光下的泡沫是彩色的 2024-09-04 14:21:11

SQLite 支持 内存数据库 具有 内存数据库。 org/transactional.html" rel="nofollow noreferrer">事务支持 并具有 Linq 提供程序 也是如此。

至于 SQL Server 持久性,我认为您需要自己编写一些代码来执行到支持 SQL Server 数据库的延迟传输。

SQLite supports in-memory databases has transaction support and has a Linq provider as well.

As for the SQL Server persistance, I think you would be on your own to code up something for doing lazy transfers to a backing SQL Server database.

小ぇ时光︴ 2024-09-04 14:21:11

具有 ORM 工具和可能的缓存解决方案的 SQL Server。

SQL Server with an ORM tool and possibly a caching solution.

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