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...
by heimdalladmin | Jun 3, 2021 | Other
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 rather than processing redundant read queries. However, writing to one node and reading...
by heimdalladmin | May 29, 2021 | AWS, Web Scale
Background Many have implemented database caching to improve responsiveness. However, developers are still challenged to know what to cache, what to invalidate and how to ensure that data is up-to-date. For a race car, performance is highly dependent on the skills of...
by Erik Bransberg | May 18, 2021 | AWS, HA Failover, VMware Greenplum, Web Scale
Erik Brandsberg, CTO presented an in-depth technical presentation on the capabilities and limitations of Pg-Bouncer and PgPool-II. For Postgres operators, you will find this very educational. The Heimdal Proxy is also compared and fills in feature gaps the open source...
by heimdalladmin | May 18, 2021 | AWS
Antony Prasad Thevaraj, AWS Solutions Architect One of the primary causes of slow application performance is the inefficient interaction with the database. This can be caused by duplicate queries or an overwhelming number of queries accessing the database resulting...
by Erik Bransberg | Jul 12, 2020 | AWS, Web Scale
Background In using databases as a key component of internet infrastructure, IT departments are finding unexpected problems when using DBaaS (Database-as-a-Service). One of these challenges is in connection. There are three areas where connection management can be a...
by Roland Lee | Jul 6, 2020 | Azure, Web Scale
Background In using databases as a key component of internet infrastructure, IT departments are finding unexpected problems in particular when using DBaaS (Database-as-a-Service). One of these challenges is in connection management. There are three areas where...
by heimdalladmin | Jun 17, 2019 | AWS
Companies deploy Amazon Redshift for large-scale MPP (Massively Parallel Processing) data analytics. These systems apply parallel compute resources to answer queries quickly. However, there are still application performance challenges: Poor application interaction...