Skip to content

Commit 892d1a0

Browse files
committed
documenting
1 parent 85f9fa6 commit 892d1a0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,11 @@ You can check the entire flow in the image below.
312312
<img src="./outbox.png" alt="superchef" />
313313
</p>
314314
315+
## Database Scaling
316+
317+
As a first measure to horizontally scale the persistence layer two instances of the PostgreSQL database are present, the primary node and the replica. Separating the reading conexions from the writting ones.
318+
319+
This was easy to implement with Prisma through the extension `extension-read-replicas`
315320
316321
## :credit_card: Stripe Integration
317322

0 commit comments

Comments
 (0)