【问题标题】:What type of NoSQL database has better performances for inserting non-structured data?哪种类型的 NoSQL 数据库在插入非结构化数据时性能更好?
【发布时间】:2014-12-26 09:55:11
【问题描述】:

我发现了 4 种 NoSQL:

  • 文档(例如:MongoDB、CouchDB)
  • 列(例如:Cassandra、HBase)
  • 键值对(例如:Redis、Memcached)
  • 图表(例如:Neo4j)

哪种类型更适合插入大量非结构化数据? (可扩展性)

数据库应该能够每秒插入数千个请求(坐标、日期、名称或 ID)。

谢谢

【问题讨论】:

    标签: performance insert scalability writing nosql


    【解决方案1】:

    我将 Tarantool http://tarantool.org 用于相同的场景。它每秒能够处理高达 120K 的写入操作。

    【讨论】:

      猜你喜欢
      • 2021-03-30
      • 2012-02-16
      • 1970-01-01
      • 1970-01-01
      • 2012-10-14
      • 1970-01-01
      • 2019-04-13
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多