开发者

Good scalable fault-tolerant in-memory database with LINQ support for .NET

开发者 https://www.devze.com 2022-12-26 10:34 出处:网络
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

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 k开发者_StackOverflow中文版eep some level of fault tolerance by scaling it out horizontally. I don't want to rely on non-relational datagrams like CouchDB.


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消