Giter Club home page Giter Club logo

Comments (6)

rixed avatar rixed commented on September 27, 2024

Now that we have the multiple FROM clause, the scope of this actually reduces to the merge sort.

also we need a criteria to when tuples are too late for integration and need to be rejected (and a count for this).

from ramen.

rixed avatar rixed commented on September 27, 2024

Closing then, in favor of #12

from ramen.

rixed avatar rixed commented on September 27, 2024

Actually not quite identical, as the from-multi + sort would buffer the entries in RAM while this JOIN would keep the in-advance tuple in the ringbuffer, thus blocking the producer after a while.
If, that is, we have one ringbuffer per parent in that case.

So proposed changes:

  1. allow a JOIN on expr clause
  2. if there is such a clause, create one ringbuf per parent and pass them all to the worker
  3. change CodeGenLib.aggregate to read from N ringbuffers and, if there is a join clause, merge sort those buffers, assuming they are already sorted.

from ramen.

rixed avatar rixed commented on September 27, 2024

Added into PRR1 as an acceptable alternative to waiting at the file reader level.

from ramen.

rixed avatar rixed commented on September 27, 2024

Note: this is actually not a "joint" so let's call this "merge" instead.

from ramen.

rixed avatar rixed commented on September 27, 2024

We still need:

  1. A timeout option (since some sources might be completely dry)
  2. ramen_configurator to use this

from ramen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.