You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -312,6 +312,11 @@ You can check the entire flow in the image below.
312
312
<img src="./outbox.png" alt="superchef" />
313
313
</p>
314
314
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`
0 commit comments