我需要使用来自cassandra db的三个范围查询来获取记录。我使用了以下查询。
{{1}}
失败并出现以下错误:
InvalidRequest:服务器出错:code = 2200 [查询无效] message =“无法执行此查询,因为它可能涉及数据过滤 因而可能具有不可预测的性能。如果你想执行 这个查询尽管性能不可预测,但使用ALLOW FILTERING“
如果您知道如何在单次提取查询中提供三种范围条件,请提供帮助。
表型号:
{ ID, childstatus, 开始日期, 结束日期, childID的 childRatingValue }(id,childstatus,startdate,childRatingValue)
按顺序聚类键(childstatus,startdate,childRatingValue)
关于childstatus的索引
提前致谢