在使用Python从Cassandra获取5万条记录时,出现以下错误。
有什么建议吗?
来自服务器的错误:代码= 1300 [复制品无法执行读取操作] message =“操作失败-收到0个响应和1个失败” info = {'consistency':'LOCAL_ONE','required_responses':1, 'received_responses':0,“ failures”:1}
答案 0 :(得分:0)
哪些字段与您的查询有关。您必须索引这些区域。 例如;
create index target_image_index
on target_image (field name);