[WEBSITE]: Querying Parquet with Millisecond Latency#280
Merged
alamb merged 11 commits intoapache:masterfrom Dec 26, 2022
Merged
[WEBSITE]: Querying Parquet with Millisecond Latency#280alamb merged 11 commits intoapache:masterfrom
alamb merged 11 commits intoapache:masterfrom
Conversation
|
Thanks for opening a pull request! Could you open an issue for this pull request on JIRA? Then could you also rename pull request title in the following format? See also: |
alamb
commented
Nov 30, 2022
| To give a sense of what is possible, the following picture shows a timeline of fetching the footer metadata from remote files, using that metadata to determine what DataPages to read, and then fetching data and decoding simultaneously. This process often must be done for more than one file at a time in order to match network latency, bandwidth and available CPU. | ||
|
|
||
|
|
||
| ``` |
Contributor
Author
There was a problem hiding this comment.
Note to myself that I hope to clean up this diagram
Contributor
Author
|
Per the mailing list discussion https://lists.apache.org/thread/l377q5f20kyltb37m345p287kpo22qb6 I plan to publish this later today or tomorrow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes apache/datafusion#3464
This series explains various aspects of parquet decoding and filter pushdown, as implemented in arrow-rs and DataFusion, though it is much more general than that
NOTE
This was published initially on the InfluxData blog first for various reasons. https://www.influxdata.com/blog/querying-parquet-millisecond-latency/
See discussion on mailing list about posting on arrow blog as well https://lists.apache.org/thread/l377q5f20kyltb37m345p287kpo22qb6