[HACKERS] Oblivious nested loop join algorithm

2017-02-24 Thread Amin Fallahi
Hi all Is the current implementation of nested loop join in postgres (memory-trace) oblivious? Why or why not?

[HACKERS] Implement custom join algorithm

2017-02-16 Thread Amin Fallahi
Hi I want to implement my custom join algorithm into postgres. Where should I start? Where in the code base and how the current algorithms are currently implemented?