Hacker News new | past | comments | ask | show | jobs | submit login

SQL optimiser works out that this is a cross join and renders execution path as such. Cross join implementation is streaming with pre-determined result set size. We would not be able to render this much data this quickly without optimiser :)



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: