Skip to main content
Background Image

Architecture

Database Cluster Management Concepts and Entity Naming Conventions
·1509 words·8 mins
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
·578 words·3 mins
Replication is one of the core issues in system architecture.
UUID Properties, Principles and Applications
·1683 words·8 mins
UUID properties, principles and applications, and how to manipulate UUIDs using PostgreSQL stored procedures.