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

access-all-partitions pattern not supported in current L2 client #305

Open
imzhenyu opened this issue Feb 25, 2016 · 0 comments
Open

access-all-partitions pattern not supported in current L2 client #305

imzhenyu opened this issue Feb 25, 2016 · 0 comments
Labels

Comments

@imzhenyu
Copy link
Owner

Problem

In our current design, L2 client can only be used to access one specific partition of an application. However, there are usage patterns that requires accessing all partitions in an application, e.g., look up all related document IDs using a keyword when the lookup tables are partitioned by document ID in search.

Solution

We use a special partition-hash (e.g., -1) to represent this requirement from upper application, and L2 client should provide group-address with grpc_to_all as the target. Note grpc-to-all is also not implemented yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant