In this article, we’ll explain a very practical and beginner-friendly design pattern used in high-scale systems: splitting your database into read and write nodes, also known as Read/Write Splitting. We’ll understand why this is needed, and then implement it step by step using TypeORM and PostgreSQL.
📖 Read more here
Top comments (0)