I have a several millions long table with ~800 entries that have a very specific value (FALSE), o
If i do a SELECT * FROM table WHERE x = FALSE, why would it still do a seq scan? I don't get it