嵌入式系统数据库
我正在寻找一个性能非常高且便宜(希望是免费)的数据库引擎,用于 Windows CE 中的 x86 嵌入式平台。 有人可以提供一些建议吗? 我正在寻找的重要因素是:
- 高性能(对于实时系统)
- 低成本
- 可与紧凑的.NET 框架一起使用
谢谢
I'm looking for a very high performance and cheap (hopefully free) database engine to be used on an x86 embedded platform in Windows CE. Can anyone give some suggestions?
The important things I'm looking for are:
- High Performance (for a real-time system)
- Low cost
- Usable with Compact .NET framework
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
考虑到您的需求,最简单的可能是 SQL Server Compact Edition
SQLite 是另一个也满足上述所有要求的选项。 有许多测试可以比较这两者在不同条件下的性能。
Given your needs the easiest is likely SQL Server Compact Edition
SQLite is another option that also meets all of the above. There are numerous tests around that compare the performance of these two under different conditions.