### Relational Database
Cloud SQL
* good for : web framework
* Such as : CMS, eCommerce
Cloud Spanner
* good for : RDBMS+scale, HA, HTAP
* Such as : User metadata, Ad/Fin/MarTech
### Non-relational
Cloud Datastore
* good for : Hierarchial mobile, web
* Such as : User profile, Game state
Cloud Bigtable
* good for : Heavy read, write
* Such as : AdTech
### Object
Cloud Storage
* good for : Binary or object data
* Such as : Images, media, serving
### Warehose
BigQuery
* good for : Enterprise data warehouse
* Such as : Analytics
### Cloud Strage Classes
Multi-Regional : Most frequently accessed
Regional : Accessed frequently within a region
Nearline : Accessed less than once a month
Coldline : Accessed less than once a year
## Network resources
### Global vs Regional
Global : Http(s) Load Balancing, SSL Proxy, TCP Proxy
Regional : Internal TCP/UDP Load Balancing, Network TCP/UDP Load Balancing
### External vs Internal
External : Http(s) Load Balancing, SSL Proxy, TCP Proxy, Network TCP/UDP Load Balancing
Internal : Internal TCP/UDP Load Balancing
'Development > Cloud' 카테고리의 다른 글
[GCP] Google Associate Cloud Engineer Exam Dumps 2019 (Udemy) (0) | 2019.12.23 |
---|---|
[GCP] Google Cloud Certified Associate Cloud Engineer - Practice Exam (0) | 2019.12.17 |
[GCP]VPC Network (0) | 2019.08.03 |
[GCP] Network (0) | 2019.08.01 |
[GCP]HTTP(S) Load Balancing (0) | 2019.07.31 |