by heimdalladmin | Nov 30, 2021 | AWS
This is the configuration guide to the AWS Blog, Using Amazon Aurora Global Database for Low Latency without Application Changes. Solution Setup First, we will create an Aurora Global Database with a writer and reader in region US-West-2, and additional...
by heimdalladmin | Aug 17, 2021 | GCP, Web Scale
Background Horizontally scaling your SQL database involves separating the write-master from read-only servers. This allows the write server to perform dedicated write operations while read queries are offloaded to separate replicas. However, this architecture may...
by heimdalladmin | Jun 3, 2019 | Azure, HA Failover, Web Scale
One of the main causes of slow application performance is inefficient interaction between the application and database. Today, developers spend precious resources on building home grown solutions to optimize SQL performance. For IT organizations, they are...