Skip to content

Commit dafdb21

Browse files
authored
Update README.md
1 parent 166b653 commit dafdb21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## What it can be used for?
99

10-
To increase application 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.
1111

1212
The **batch** package simplifies writing Go applications that process incoming requests (HTTP, GRPC etc.) in a batch manner:
1313
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
9393
For example some http query string parameter could have a resource key. You can instruct load balancer
9494
to calculate hash on this parameter and always route requests with the same key
9595
to the same backend. If backend will be no longer available the load balancer should route request to a different
96-
server.
96+
server.

0 commit comments

Comments
 (0)