-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a limit to the size of the batches sent over a stream. (#1412)
Currently, there's no limit to how many KVs can be included in a single batch. This leads to issues when the size is over a hard limit. For example, a batch of size > 2GB will cause issues if it has to be sent over gRPC. Co-authored-by: Ibrahim Jarif <ibrahim@dgraph.io>
- Loading branch information
Showing
2 changed files
with
82 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters