Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged cql

0 votes
593 views
1 answer
    I want to copy selected rows from a columnfamily to a .csv file. The copy command is available just to dump ... help would be much appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
428 views
1 answer
    In several places it's advised to design our Cassandra tables according to the queries we are going to perform on ... .0 | Native protocol v4] See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
621 views
1 answer
    I understand that this is not possible using an UPDATE. What I would like to do instead, is migrate all rows ... simple ways of achieving this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    When I try to Insert data in Cassandra using the below query I am getting the below mentioned error cqlsh:assign> ... 0 | Native protoco l v3] See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
365 views
1 answer
    I know Cassandra doesn't support batch query, and it also doesn't recommend to use IN, because it can degrade ... way can make it effectively? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
241 views
1 answer
    I'm having trouble trying to model my data such that I can efficiently query Cassandra for the last 10 (any number ... like a non-starter to me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    How do I query in cassandra for != null columns. Select * from tableA where id != null; Select * from ... and insert these into different table. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
337 views
1 answer
    In Cassandra, I can create a composite partition key, separate from my clustering key: CREATE TABLE footable ( ... only on column1, here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
394 views
1 answer
    I want to execute some range queries on a table that is structured like: CREATE TABLE table( num int, val1 int, ... can help me. Thank you! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
390 views
1 answer
    Suppose I have a column family: CREATE TABLE update_audit ( scopeid bigint, formid bigint, time timestamp, ... intersect these two results? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
596 views
1 answer
    I have to work with a column family that has (user_id, timestamp) as key. In my query I would like to fetch ... de we have to change the design? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

57.0k users

...