嵌入式系统数据库

发布于 2024-07-15 18:25:45 字数 194 浏览 5 评论 0原文

我正在寻找一个性能非常高且便宜(希望是免费)的数据库引擎,用于 Windows CE 中的 x86 嵌入式平台。 有人可以提供一些建议吗? 我正在寻找的重要因素是:

  1. 高性能(对于实时系统)
  2. 低成本
  3. 可与紧凑的.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:

  1. High Performance (for a real-time system)
  2. Low cost
  3. Usable with Compact .NET framework

Thanks

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

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

发布评论

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

评论(1

乖乖哒 2024-07-22 18:25:45

考虑到您的需求,最简单的可能是 SQL Server Compact Edition

  1. 性能还不错。
  2. 免费
  3. 提供良好的 .NET 互操作性

SQLite 是另一个也满足上述所有要求的选项。 有许多测试可以比较这两者在不同条件下的性能。

Given your needs the easiest is likely SQL Server Compact Edition

  1. Performance is pretty good.
  2. Free
  3. Provides good .NET interoperability

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.

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