Amazon Neptune | Performance Flashcards

1
Q

Is Neptune ACID (Atomicity, Consistency, Isolation, Durability) compliant?

Performance

Amazon Neptune | Database

A

Yes, Neptune is ACID compliant with immediate consistency.

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

Do I need to create indices on my data with Amazon Neptune?

Performance

Amazon Neptune | Database

A

No, existing graph database users are often forced to try and outguess the vendor implementation. Explicitly maintaining indices is just one aspect of that. Amazon Neptune does not require you to create specific indices to achieve good query performance, and it minimizes the need for such second guessing of the database design.

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

What types of graph query workloads are optimized to work with Amazon Neptune?

Performance

Amazon Neptune | Database

A

Amazon Neptune is designed to support graph applications that require high throughput and low latency graph queries. With support for up to 15 read replicas, Amazon Neptune can support 100,000s of queries per second.

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

Does Amazon Neptune perform query optimization?

Performance

Amazon Neptune | Database

A

Yes, Amazon Neptune uses query optimization for both SPARQL queries and Gremlin traversals.

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