13
Answers

why would it still do a seq scan? I don't get it

Chandu K

Chandu K

3y
495
1

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

Answers (13)