by heimdalladmin | Jun 22, 2023 | AWS, Web Scale
Automated query caching can significantly improve the performance of your database by reducing the time required to retrieve frequently accessed data. While Amazon ElastiCache is primarily designed as an in-memory data store for caching, it is not directly...
by heimdalladmin | Aug 4, 2022 | AWS, Web Scale
By Antony Prasad Thevaraj, Solutions Architect Getting the maximum scale from your database often requires fine-tuning the application which incurs time and cost. It’s productivity that could have been used towards other strategic initiatives. The Heimdall...
by heimdalladmin | Dec 3, 2021 | AWS, Web Scale
By Antony Prasad Thevaraj, Solutions Architect Getting the maximum scale from your database often requires fine-tuning the application which incurs time and cost. It’s productivity that could have been used towards other strategic initiatives. The Heimdall...
by heimdalladmin | Sep 29, 2021 | AWS, Web Scale
Deploying a global application to build custom pages for end-users has availability and performance challenges. This blog discusses how you can deploy the Heimdall Proxy to provide low latency performance without application changes. This blog explains how you can...
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 | Aug 17, 2021 | GCP, Web Scale
Application-database inefficiency (e.g. repeated queries, network latency) is a primary cause of performance bottlenecks. Query caching is used to improve database responsiveness and scale. But caching is not without its challenges; knowing what to cache and when to...