Cloud Spanner Flashcards
1
Q
Cloud Spanner description
A
Globally distributed relational database
2
Q
Key points of Cloud Spanner (6)
A
- combines benefits of relational database with NoSQL database - strong consistency, transactions and horizontal scaling.
- High availability
- Enterprise-grade security with encryption at rest and in transit
- ANSI 2011 standard SQL
- Much more expensive than other databases
- Regional or multi-regional
3
Q
When is Cloud Spanner used?
A
when there are extremely large volumes of relational data or data that needs to be globally distributed while ensuring consistency and transaction integrity across all servers
4
Q
2 examples of where to use Cloud Spanner
A
- Global supply chains.
2. Financial services applications
5
Q
What is important to know about importing or exporting data to/from Cloud Spanner? (2)
A
- The import/export will incur Cloud Dataflow charges.
- There may be additional charges if the region the job is run in does not overlap the region in which the instance resides.
- You cannot import/export via shell