Key Spaces Flashcards

1
Q

What is Amazon Keyspaces?

A

Amazon Keyspaces is a fully managed Apache Cassandra database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Cluster in Cassandra?

A

Cluster is a collection of nodes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a Node in Cassandra?

A

Node holds 2-4 TB of data.

Nodes represent the smallest unit of a database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a Ring in Cassandra?

A

Ring is where nodes are arranged in a ring where all nodes connect to each other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a Keyspace in Cassandra?

A

Keyspace is a namespace that specifies data replication on nodes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a Table in Cassandra?

A

Table is tabular data of columns and rows with a primary key.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How is Cassandra queried?

A

Cassandra is queried using the Cassandra Query Language (CQL).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How can you interact with Cassandra?

A

Interacting with Cassandra is typically performed via an SDK in your programming language of choice.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the key operations in Cassandra Query Language (CQL)?

A

Key operations include creating Keyspace.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly