Relational database management systems (RDBMS) are used when the data to be managed has formal and fixed relationships. Data is stored on disk as “rows,” and entire rows must be parsed even if individual attributes are all that’s needed. Reading one attribute from 10,000 records requires 10,000 rows to be read from the disk.
Continue reading “Databases Fundamentals”
Route 53
CloudFront
CloudFront is a content delivery network (CDN). A CDN is a global cache that stores copies of your data on edge caches, which are positioned as close to your customers as possible. It has three main benefits: lower latency, higher transfer speeds, and reduced load on the content server.
Network Bottlenecks
Elastic Load Balancer
- Load balancing is a method used to distribute incoming connections across a group of servers or services.
- Incoming connections are made to the load balancer, which distributes them to associated services.

