我应该选择哪个内存数据库?
我有一个非常大的数据库,大约有 2000 多个表,每个表有超过 100 万个条目。粗略估计,这个数据库应该有10G以上。我的目标是将所有条目迁移到内存数据库中,在那里我可以大大加速我的分析。 另外,这个内存数据库应该可以免费使用 - 我没有预算。
这是内存数据库中可用的列表,根据您的经验,我应该选择哪一个?基于 Windows 且 C# 友好者优先。 http://en.wikipedia.org/wiki/In-memory_database#Products
谢谢。
I have a very big database, around 2000+ tables and each tables has more than 1 million entries. Roughly estimated, this database should be over 10G. My goal is to migrate all entries into in memory database where i can accelerate my analysis greatly.
Also this in memory database should be free to use - i have no budget for it.
Here is a list on available in memory database and which one should i choose, based on your experience? Windows based and c# friendly is preferred.
http://en.wikipedia.org/wiki/In-memory_database#Products
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经在类似的SO问题中推荐了H2不同的语言。
有一个 C# 模式。
I have already recommended H2 in a similar SO question for a different language.
There is a C# mode for it.