Why are document stores like Lucene / Solr not included in NoSQL conversations?

后端 未结 6 1730
谎友^
谎友^ 2020-12-23 11:02

All of us have come across the recent hype of no-SQL solutions lately. MongoDB, CouchDB, BigTable, Cassandra, and others have been listed as no-SQL options. Here\'s an examp

6条回答
  •  再見小時候
    2020-12-23 11:33

    I think that the most relevant characteristic of solr/lucene that drops from the nosql list it's because until recently, making lucene work as a real-time system was a pain. The usual workflow for any performant application was to index the incremental updates in batchs, and updating the index every 5 minutes for example.

提交回复
热议问题