Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gRPC performance and related documentation. #1280

Closed
3 of 5 tasks
MakMukhi opened this issue Jun 6, 2017 · 0 comments
Closed
3 of 5 tasks

gRPC performance and related documentation. #1280

MakMukhi opened this issue Jun 6, 2017 · 0 comments
Assignees
Labels
P2 Type: Performance Performance improvements (CPU, network, memory, etc)

Comments

@MakMukhi
Copy link
Contributor

MakMukhi commented Jun 6, 2017

  • Possible optimizations:
    • BDP estimation and dynamic flow control. This is especially important for high-latency networks(cross-continental communication).
    • Further optimize Unary RPCs to expect a large response from the server.
    • Batching writes.
  • Our efforts should prioritize optimizations that alleviate performance problems in high-latency networks since that closely aligns with user needs.
  • Documentation.
  • More benchmarks. (Create comprehensive benchmarks #1285 covers this now)
@MakMukhi MakMukhi added the P1 label Jun 6, 2017
@MakMukhi MakMukhi self-assigned this Jun 6, 2017
@dfawley dfawley added the Type: Performance Performance improvements (CPU, network, memory, etc) label Aug 24, 2017
@dfawley dfawley added P2 and removed P1 labels Oct 26, 2017
@dfawley dfawley closed this as completed Mar 1, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Sep 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P2 Type: Performance Performance improvements (CPU, network, memory, etc)
Projects
None yet
Development

No branches or pull requests

2 participants