4 ms·
This is true for Postgres. But might not be true for other databases. For example, for MySQL, in some cases OR is faster than IN operator based on our experimen
by angry__panda 3y ago
This is true for Postgres.
But might not be true for other databases. For example, for MySQL, in some cases OR is faster than IN operator based on our experiments.