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

Make distributed queries more efficient #65

Closed
pauldix opened this issue Nov 17, 2013 · 0 comments
Closed

Make distributed queries more efficient #65

pauldix opened this issue Nov 17, 2013 · 0 comments
Milestone

Comments

@pauldix
Copy link
Member

pauldix commented Nov 17, 2013

Queries should run in two phases: map and reduce.

Map is performed on each local node which sends the intermediate results back up to the node that originated the query. It performs reduce on the map results as the come in and streams results back out.

@ghost ghost assigned pauldix Nov 17, 2013
@ghost ghost assigned jvshahid and pauldix Dec 13, 2013
jvshahid pushed a commit that referenced this issue Aug 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants