• Home
  • About
  • Archive
  • Comprehensive Technical Architecture Overview

    Dec 23, 2023

    Architecture of Essential Services

    The architecture encompasses two main services: Service A and Service B, each with its own dedicated database. Hosted on Amazon Web Services (AWS) via Elastic Container Service (ECS), Service A is integral for executing critical business logic and relies on data from Service B. This inter-service communication is conducted via a streamlined REST API.

  • Database health checks

    Dec 23, 2023

    In the fast-paced world of database management, efficiency and speed are paramount. One often overlooked aspect of database performance is the health of indexes. They are the cornerstone of quick data retrieval in a database, but they can become less effective over time. Additionally, understanding the significance of vacuuming and memory connections in a database is crucial for maintaining optimal performance. Tools like pganalyze offer a comprehensive solution for monitoring and enhancing these aspects. In this post, we’ll delve into why these elements are vital and how you can leverage pganalyze to keep your database at peak performance.