Skip to content

Tags: Architecture

  • Back to Basics: Tech Reflection Chronicles

    In Database

    DatabaseCloudArchitectureTech Commentary

    Back to Basics: Tech Reflection Chronicles

    The cost-cutting imperative has triggered a reevaluation of all technologies, including databases. This series critiques hot DB technologies and poses fundamental questions about their trade-offs: Are cloud databases, distributed databases, microservices, and containerization real needs or false hype?

    The cost-cutting imperative has triggered a reevaluation of all technologies, including databases. This series critiques hot DB technologies and poses fundamental questions about their trade-offs: Are cloud databases, distributed databases, microservices, and containerization real needs or false hype?

  • Are Microservices a Bad Idea?

    In Database

    ArchitectureMicroservicesServerless

    Are Microservices a Bad Idea?

    Even Amazon's SOA team admits that microservices and serverless have problems. The Prime Video team switched to a monolith, saving 90% in operational costs.

    Even Amazon's SOA team admits that microservices and serverless have problems. The Prime Video team switched to a monolith, saving 90% in operational costs.

  • Database Cluster Management Concepts and Entity Naming Conventions

    In PostgreSQL

    PostgreSQLPG-AdminArchitecture

    Database Cluster Management Concepts and Entity Naming Conventions

    Concepts and their naming are very important. Naming style reflects an engineer's understanding of system architecture. Poorly defined concepts lead to communication confusion, while carelessly set names create unexpected additional burden. Therefore, they need careful design.

    Concepts and their naming are very important. Naming style reflects an engineer's understanding of system architecture. Poorly defined concepts lead to communication confusion, while carelessly set names create unexpected additional burden. Therefore, they need careful design.

  • PostgreSQL Common Replication Topology Plans

    In PostgreSQL

    PostgreSQLPG-AdminArchitecture

    PostgreSQL Common Replication Topology Plans

    Replication is one of the core issues in system architecture.

    Replication is one of the core issues in system architecture.

  • UUID Properties, Principles and Applications

    In PostgreSQL

    PostgreSQLPG-DevelopmentArchitecture

    UUID Properties, Principles and Applications

    UUID properties, principles and applications, and how to manipulate UUIDs using PostgreSQL stored procedures.

    UUID properties, principles and applications, and how to manipulate UUIDs using PostgreSQL stored procedures.