适合超快速存储大量财务数据的数据库?
我正在存储大量期权的财务数据。建议使用数据库来存储这些数据?
编辑
- “大量”最初为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于这是一个基于 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.