Git Product home page Git Product logo

Comments (1)

lcwangchao avatar lcwangchao commented on August 17, 2024

IndexJoinIndexHashJoin 的实现很相似,他们都会读取外表数据并生成若干 task。每个 task 会根据外表数据算出 range 来读取内表数据来做 join。区别在于,IndexJoin 会将每个 task 中查出来的内表数据生成哈希表,使用外表数据来匹配内表数据。而 IndexHashJoin 正相反,在每个 task 中会将外表数据生成哈希表,并使用内表数据来匹配。由于每个 task 中外表数据行数是相对固定的,IndexHashJoin 生成的哈希表大小也相对固定,这在某些场景下对内存更加友好一点。

from docs-cn.

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.