- cqlsh:bay> select count(1) from book_validation;
- count
- -------
- 0
- (1 rows)
- Warnings :
- Aggregation query used without partition key
- cqlsh:bay> select count(1) from book_upload_config;
- count
- -------
- 0
- (1 rows)
- Warnings :
- Aggregation query used without partition key
- cqlsh:bay> select count(1) from users;
- count
- -------
- 966
- (1 rows)
- Warnings :
- Aggregation query used without partition key
- cqlsh:bay> select count(1) from book_mds;
- count
- -------
- 0
- (1 rows)
- Warnings :
- Aggregation query used without partition key
- cqlsh:bay> select count(1) from books_by_label;
- count
- -------
- 0
- (1 rows)
- Warnings :
- Aggregation query used without partition key
- cqlsh:bay> select count(1) from books_activities_log;
- count
- --------
- 373147
- (1 rows)
- Warnings :
- Aggregation query used without partition key
- cqlsh:bay> select count(1) from notices;
- count
- -------
- 10
- (1 rows)
- Warnings :
- Aggregation query used without partition key
- cqlsh:bay> select count(1) from books_by_appl
- ...
- cqlsh:bay> select count(1) from books_by_app;
- count
- -------
- 0
- (1 rows)
- Warnings :
- Aggregation query used without partition key
- cqlsh:bay> select count(1) from book_versions;
- count
- -------
- 41625
- (1 rows)
- Warnings :
- Aggregation query used without partition key
- cqlsh:bay>