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
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
## What it can be used for?
9
9
10
-
To increaseapplication throughput**without sacrificing *data consistency* and *data durability*** or making source code and architecture complex.
10
+
To **increase** database-driven web application **throughput**without sacrificing *data consistency* and *data durability* or making source code and architecture complex.
11
11
12
12
The **batch** package simplifies writing Go applications that process incoming requests (HTTP, GRPC etc.) in a batch manner:
13
13
instead of processing each request separately, they group incoming requests to a batch and run whole group at once.
@@ -93,4 +93,4 @@ Ideal solution is to route requests based on URL path or query string parameters
93
93
For example some http query string parameter could have a resource key. You can instruct load balancer
94
94
to calculate hash on this parameter and always route requests with the same key
95
95
to the same backend. If backend will be no longer available the load balancer should route request to a different
0 commit comments