-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Support chunked responses #2142
Conversation
cfff34f
to
91a3a77
Compare
Refactored query engine to have different processing pipeline for raw queries. This enables queries that have a large offset to not keep everything in memory. It also makes it so that queries against raw data that have a limit will only p rocess up to that limit and then bail out. Raw data queries will only read up to a certain point in the map phase before yielding to the engine for further processing. Fixes #2029 and fixes #2030
91a3a77
to
21cc80a
Compare
@corylanou -- this is basically the same as before, and I am copying @benbjohnson since he was copied previously. |
a1e0a7b
to
42ee6f4
Compare
OK, there is 1 final failure here -- I need to deal with chunking correctly. I've fixed the incorrect splitting into separate rows, but the fix is not quite right. |
42ee6f4
to
bc3bef6
Compare
bc3bef6
to
41c59dd
Compare
Looks good, what's the last thing? |
Didn't quite get chunking right. Kicked the build again, because of a known race in the Raft code (which I need to look into). |
I will merge on a green build. |
fix(http): replace default-404 handler with custom-404 handler
No description provided.