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

Streaming Distributed Queries #3317

Closed
wants to merge 16 commits into from
Closed

Streaming Distributed Queries #3317

wants to merge 16 commits into from

Conversation

otoolep
Copy link
Contributor

@otoolep otoolep commented Jul 13, 2015

Some experimental work, extending #3299

With this change, the query engine code gathers information about
shards and tagsets by working with individual shards, collating the
information, and returning that to the client. It does not assume that any
particular shard is local, and accesses all shards through abstracted
Mappers, of which there are two types -- a Mapper type for Raw queries
and a second type for Aggregate queries. There are corresponding
Executors for each type of Mapper, but both types of Executors share the
same interface.
@otoolep
Copy link
Contributor Author

otoolep commented Jul 14, 2015

#3009

@otoolep otoolep changed the title DQ squashed streamed Streaming Distributed Queries Jul 14, 2015
@otoolep
Copy link
Contributor Author

otoolep commented Jul 14, 2015

Closing in favour of #3320.

@otoolep otoolep closed this Jul 14, 2015
@otoolep otoolep deleted the dq_squashed_streamed branch August 18, 2015 20:46
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

Successfully merging this pull request may close these issues.

None yet

1 participant