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 Cassandra

0 votes
413 views
1 answer
    If yes, what would the data model look like if I want to have a unique TEXT field? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
359 views
1 answer
    I am storing posts from all users in table. I want to retrieve post from all users the user is following. CREATE ... am using Cassandra 2.0.10. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
563 views
1 answer
    Try to return all rows where a specific field is null or not null. select * from ADDRESS where addr1 = null; or select ... 1.1.1 & Java 1.7_05 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
665 views
1 answer
    I have a table in cassandra with a datatype of timestamp. i am using cqlsh to get data out of the database and ... | CQL spec 3.1.1 Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
528 views
1 answer
    I have "commitlog_segment_size_in_mb: 32" in the cassandra settings but the error below indicates maximum size is 16777216, ... [na:1.7.0_67] See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
480 views
1 answer
    At the Cassandra Summit, it was mentioned that Thrift and CQL 3 have subtle differences in their definitions of ... related to this topic. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
354 views
1 answer
    As there are two ways to support wide rows in CQL3..One is to use composite keys and another is to use ... 2 billion columns in a row) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
432 views
1 answer
    As there are two ways to support wide rows in CQL3..One is to use composite keys and another is to use ... 2 billion columns in a row) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
318 views
1 answer
    I'm using a tutorial here in this Github to run spark on cassandra ... org.apache.spark.scheduler.DAGScheduler$$anonfun$start$1$$anon$2$$anonfun$receive$1.applyOrElse(DAGSche...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
596 views
1 answer
    I have a 2 node apache cassandra (2.0.3) cluster with rep factor of 1. I change rep factor to 2 using ... repair' is finished in this case? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
375 views
1 answer
    Are there any distinct advantages for using cql over thrift or is it simply a case of developers being too used to ... doing so. What are they? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
357 views
1 answer
    For Cassandra, do UPDATEs become an implied INSERT if the selected row does not exist? That is, if I say ... CQL3, Cassandra version 1.2+. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
370 views
1 answer
    I am trying to create a WIDE Column Table, 20,000+ columns Initially I was thinking I would use: CREATE ... do I need a different approach? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
706 views
1 answer
    How am I supposed to bot a new Cassandra node when I get this error? INFO [SSTableBatchOpen:1] 2014-02-25 ... 'thisisstupid' How do I resolve? 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

...