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

TestHistogram zipfan dataset as well the interfaces of the sort based… #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lmd1993
Copy link

@lmd1993 lmd1993 commented Oct 19, 2016

… joins

The parallel sort related elements, mainly includes:

  1. parallel sort running frameworks including the histograms, histogrammerge, forward operators.
  2. two types of histogram and their inner algorithms covering streaming based numeric histogram and ternary based string histogram.
  3. provides fours samplers, bernoulli, reservoir, random and chain for further optimizations.
  4. Some testSet and testCodes.
    Further works:
    Split the types of implementations separately into two sub-branches to accommodate the basic types of parallel sort.
  5. Running framework as well as the numeric type.
  6. Extend the framework onto the string case.
    Make the inner structures according to the normal rules of hyracks.
    Change-Id: I8eb7f0dddcd4b754b1cbe273ef8db5be966654d5

… joins

The parallel sort related elements, mainly includes:
1. parallel sort running frameworks including the histograms, histogrammerge, forward operators.
2. two types of histogram and their inner algorithms covering streaming based numeric histogram and ternary based string histogram.
3. provides fours samplers, bernoulli, reservoir, random and chain for further optimizations.
4. Some testSet and testCodes.
Further works:
Split the types of implementations separately into two sub-branches to accommodate the basic types of parallel sort.
1. Running framework as well as the numeric type.
2. Extend the framework onto the string case.
Make the inner structures according to the normal rules of hyracks.
Change-Id: I8eb7f0dddcd4b754b1cbe273ef8db5be966654d5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant