Hacker News new | past | comments | ask | show | jobs | submit | ulanmaasan's comments login

So I tried a simple query in the live demo and it seems that the WHERE clause isn't filtering anything. Am I missing something?

  SELECT * FROM part WHERE p_size = 7;


Looks like a bug, likely related to an optimizer since adding count(*) does produce the correct result. I will have a better look after the weekend. The demo runs a relatively old version so it’s possible it has already been fixed in the meantime. Thanks for the report!


Should be fixed now. This was an old bug related to filter pushdown into scans. The demo now runs the latest version of the system. Thanks again for the report!


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

Search: