Hey everyone, I'm the intern who did this work, happy to answer any questions if you have them!
Your work is awesome as is your excellent detailed writeup. Appreciate the links and refs to the background papers also. Thank you for helping make CRDB even better. You should be very proud of this work.
Faster hash joiner with vectorized execution
11–20 of 21 posts
Re: Faster hash joiner with vectorized execution
#12Awesome work. Really cool! I have a hobby project to write an analytics DB that uses ISPC for vectorized execution. Currently not much (sums are real easy) but I really wonder if it could reduce the effort to vectorize these sorts of things.
Re: Faster hash joiner with vectorized execution
#13Re: Faster hash joiner with vectorized execution
#14Hey everyone, I'm the intern who did this work, happy to answer any questions if you have them!
Re: Faster hash joiner with vectorized execution
#15Re: Faster hash joiner with vectorized execution
#16I looked at the title and thought that the article is about rolling joints with hash by using some advanced robotic technology and software. Damn!
Re: Faster hash joiner with vectorized execution
#17Re: Faster hash joiner with vectorized execution
#18Re: Faster hash joiner with vectorized execution
#19Great write-up. Is the long-term vision to go completely to the vectorised query execution model, or are there cases where a row-oriented plan might be better, such as cases when there are complex computations involving multiple columns of a single row?
Re: Faster hash joiner with vectorized execution
#20Awesome work. Really cool! I have a hobby project to write an analytics DB that uses ISPC for vectorized execution. Currently not much (sums are real easy) but I really wonder if it could reduce the effort to vectorize these sorts of things.
Is it open source / online?