cassandra-count
cassandra-count copied to clipboard
Count rows in Cassandra Table
我的测试表里面没有一条数据,我执行 ./cassandra-count -host xxx -user xxx -pw xxx -keyspace xxx -table xxx -debug 2 就会报错,请问是什么原因啊? Version: 0.0.6 Splitting into 256 splits Splitting 257 ranges each into 0 splits Total ranges:...
Query a large table(more than 70,000,000 rows) always return error. Use -splitSize 1 can't help
Currently this project does not build with Gradle 5, this is fixed in first commit. Second issue I stumbled upon is that there is a small inconsistency in naming of...
Cassandra 3.11.0.1900 | DSE 5.1.5 dbaadmin@cqlsh> select count(*) from devsp1_fcast.cassandra_migration_version limit 100000000; count ------- 5 this proc DEBUG output: [cassandra@dld-awurxcass01 ~]$ java -jar cassandra-count -host dld-awurxcass01 -user dbaadmin -pw *******...
I was helping a user to try out cassandra-count and they ran into some interesting timeout errors like the following: ``` $ ./cassandra-count -host 127.0.0.1 -keyspace testks -table testcf -numFutures...
It appears that if you try to use cassandra-count against a C* 2.0 table, because 2.0 doesn't have system.size_estimates table yet, it will error out with some obscure error messages....