On Wed, 31 Mar 2021 at 14:43, Andy Fan <zhihui.fan1...@gmail.com> wrote: > When naming it, we may also think about some non native English speakers, so > some too advanced words may make them uncomfortable. Actually when I read > "Reactive", I googled to find what its meaning is. I knew reactive > programming, but I > do not truly understand "reactive hash".
The origin of that idea came from "reactive" being the opposite of "proactive". If that's not clear then it's likely a bad choice for a name. I had thought proactive would mean "do things beforehand" i.e not on demand. Basically, just fill the hash table with records that we need to put in it rather than all records that we might need, the latter being what Hash Join does, and the former is what the new node does. David