简体   繁体   English

NOSQL中的临时查询支持

[英]Ad hoc query support in NOSQL

We can store as much duplicate data as we need in the NOSQL dbs. 我们可以在NOSQL数据库中存储所需的重复数据。 Data must be saved in the same pattern in which we want to access out of it. 数据必须以我们要从中访问的相同模式保存。 There might be cases where we don't the access pattern in which we might need to access the data eg Ad hoc queries. 在某些情况下,我们可能不需要访问数据,例如临时查询。

My company works on the financial domain where ad hoc queries are used most often. 我公司在最常使用即席查询的金融领域工作。 Right now we use the SQL server so stored procedure are used to perform the ad hoc data calculations. 现在,我们使用SQL Server,因此使用存储过程来执行临时数据计算。

Here i mean the query which can't be predicted in advance by ad hoc query. 在这里,我的意思是临时查询无法预先预测的查询。

How we could model the this query behavior in NOSQL. 我们如何在NOSQL中对此查询行为建模。 Right now we are evaluating Cassandra but we are open to switch to other NOSQL databases 现在我们正在评估Cassandra,但我们愿意切换到其他NOSQL数据库

Any lead ? 有铅吗?

如果您正在寻找全文搜索,那么solr很适合: http : //lucene.apache.org/solr/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM