-
Kamil Trzciński authored
The `OR` on DB causes a significant harm when fetching data from DB, without an index. We can alleviate it by using a pure `pluck(:id).
ad5f50a3
The `OR` on DB causes a significant harm when fetching data from DB, without an index. We can alleviate it by using a pure `pluck(:id).