python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How can I find the maximum value from CQL aggregate?
I am new with CQL, please help!
I am trying to find the " Which URL on the website has been accessed the most? How many accesses were made on it?" from a Table, I have created.
The IP value...
krk
Votes: 0
Answers: 1
How do I update a tuple in Cassandra?
There are literary no tutorials on how to update tuples on Google.
Can someone explain how tuples can be updated in Cassandra?
user1535147
Votes: 0
Answers: 1
What is system.size_estimates in cassandra and plausible reasons behind high disk consumption
I've been using cassandra on two nodes where one of them ran out of disk space and went down. When I checked, I've observed the size of size_estimates to be ~30GB.
I've removed sstable files from my d...
PKS
Votes: 0
Answers: 1
How do I filter by a CQL column not in the PRIMARY KEY?
I have following table in Cassandra:
create table ibc.my_table
(
my_key_1 uuid,
my_key_2 uuid,
my_key_3 uuid,
end_timestamp timestamp,
locked boolean,
maximum_duration_minutes ...
gstackoverflow
Votes: 0
Answers: 1