-
Notifications
You must be signed in to change notification settings - Fork 6
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
DRAFT: merging #143
DRAFT: merging #143
Conversation
sidebar_label: Merging tables in Deephaven | ||
--- | ||
|
||
This guide discusses how to merge tables in Deephaven. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing we want an explanation of why to choose a merge vs. a join, and so the text of the note can be included in that brief introduction.
|
||
![img](../assets/working-with-deephaven-tables/merge-n-sort-vs-merge-sorted.png) | ||
|
||
When we use `merge_sorted`, our query completes ten times as fast as it does when using `merge` followed by `sort`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a good amount of variation from one run to the next here. I will need to run this multiple times and get the average for this to be a meaningful and honest figure.
Added outline link to a .md file.
Link is also here: https://docs.google.com/document/d/12_hounmhT6e8fT_VqVThtYx3iXkRd9GBF0BsA6TkgG0/edit