From Thundering Goat, 6 Years ago, written in Plain Text.
Embed
  1. cqlsh:bay> select count(1) from book_validation;
  2.  
  3.  count
  4. -------
  5.      0
  6.  
  7. (1 rows)
  8.  
  9. Warnings :
  10. Aggregation query used without partition key
  11.  
  12. cqlsh:bay> select count(1) from book_upload_config;
  13.  
  14.  count
  15. -------
  16.      0
  17.  
  18. (1 rows)
  19.  
  20. Warnings :
  21. Aggregation query used without partition key
  22.  
  23. cqlsh:bay> select count(1) from users;
  24.  
  25.  count
  26. -------
  27.    966
  28.  
  29. (1 rows)
  30.  
  31. Warnings :
  32. Aggregation query used without partition key
  33.  
  34. cqlsh:bay> select count(1) from book_mds;
  35.  
  36.  count
  37. -------
  38.      0
  39.  
  40. (1 rows)
  41.  
  42. Warnings :
  43. Aggregation query used without partition key
  44.  
  45. cqlsh:bay> select count(1) from books_by_label;
  46.  
  47.  count
  48. -------
  49.      0
  50.  
  51. (1 rows)
  52.  
  53. Warnings :
  54. Aggregation query used without partition key
  55.  
  56. cqlsh:bay> select count(1) from books_activities_log;
  57.  
  58.  count
  59. --------
  60.  373147
  61.  
  62. (1 rows)
  63.  
  64. Warnings :
  65. Aggregation query used without partition key
  66.  
  67. cqlsh:bay> select count(1) from notices;
  68.  
  69.  count
  70. -------
  71.     10
  72.  
  73. (1 rows)
  74.  
  75. Warnings :
  76. Aggregation query used without partition key
  77.  
  78. cqlsh:bay> select count(1) from books_by_appl
  79.        ...
  80. cqlsh:bay> select count(1) from books_by_app;
  81.  
  82.  count
  83. -------
  84.      0
  85.  
  86. (1 rows)
  87.  
  88. Warnings :
  89. Aggregation query used without partition key
  90.  
  91. cqlsh:bay> select count(1) from book_versions;
  92.  
  93.  count
  94. -------
  95.  41625
  96.  
  97. (1 rows)
  98.  
  99. Warnings :
  100. Aggregation query used without partition key
  101.  
  102. cqlsh:bay>

Replies to Untitled rss

Title Name Language When
Re: Untitled Round Anoa text 6 Years ago.