Skip to content

Commit bc26fd1

Browse files
committed
docs: SQLite write bottleneck #17
1 parent 47fb10f commit bc26fd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wiki/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ erDiagram
6060

6161
## Scaling
6262

63-
Before scaling any services it is recommend to scale the hardware. Go can handle many requests with less CPU and RAM usage. After that, it is useful to identify the bottlenecks of the app. Which can be found in Issue [#16](https://github.com/bit8bytes/goalkeepr/issues/16).
63+
Before scaling any services it is recommend to scale the hardware. Go can handle many requests with less CPU and RAM usage. After that, it is useful to identify the bottlenecks of the app. Which can be found in Issue [#16](https://github.com/bit8bytes/goalkeepr/issues/16). One predictable bottleneck will be SQLite, particularly the write operations.

0 commit comments

Comments
 (0)