适合超快速存储大量财务数据的数据库?

发布于 2024-10-12 15:32:46 字数 280 浏览 1 评论 0原文

我正在存储大量期权的财务数据。建议使用数据库来存储这些数据?

编辑

  • “大量”最初为 1GB,在未来某个时候扩展到 100GB 左右。
  • 商业和开源都可以。
  • 使用 Microsoft Visual Studio 2010 和 C# 进行开发。
  • 延迟/保留期:需要以不会丢失任何传入数据的方式存储流式实时数据(可能要存储的最大数据约为 10KB/秒)。查询可以在交易时间之外进行,因此查询速度不是问题。

I'm storing large amounts of financial data for options. Recommendations for a database to store this data?

Edit

  • "large amounts" is 1GB initially, scaling up to around 100GB at some point in the future.
  • Fine with either commercial and open source.
  • Developing with Microsoft Visual Studio 2010 and C#.
  • Latency/retention periods: need to store streaming realtime data in such a way that I don't lose any of the data coming in (probably about 10KByte/sec maximum data to store). Querying can be performed outside of market hours, so speed of querying is not an issue.

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

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

发布评论

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

评论(1

眼中杀气 2024-10-19 15:32:46

由于这是一个基于 Microsoft 的项目,因此显而易见的选择是 Microsoft SQL Server,它与 C# 和 Visual Studio 具有非常好的集成。

100GB并不算大。

Since this is a Microsoft-based project the obvious choice is Microsoft SQL Server, which has very good integration with C# and Visual Studio.

100GB is not large.

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