Operation Time Out Error in cqlsh console of cassandra

前端 未结 7 750
悲&欢浪女
悲&欢浪女 2020-12-10 12:44

I have a three nodes Cassandra Cluster and I have created one table which has more than 2,000,000 rows.

When I execute this (select count(*) from userdetails

7条回答
  •  借酒劲吻你
    2020-12-10 13:21

    You can also increase timeout in the cqlsh command, e.g.:

    cqlsh --request-timeout 120 myhost
    

提交回复
热议问题