greenlion / warp

WarpSQL Server, an open source OLAP focused distribution of the world's most popular open source database bundled with OLAP performance related plugins such as the WARP storage engine..
http://warpsql.blog
Other
41 stars 2 forks source link

Support pushing down joins in ECP #34

Closed greenlion closed 3 years ago

greenlion commented 4 years ago

Fasbit has some code to do bitmap index joins. Experiment with pushing down joins to fastbit to see how performance compares vs hash and nl joins.

greenlion commented 3 years ago

Fastbit join code was a no-go. Different approach was taking for star schema optimization/pushdown joins.