Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I double checked the performance of "exists().where(criteria)" vs. "select(foo).where(criteria).limit(1)" with explain analyze. While the startup cost is 40% higher for exists, the total costs are identical. In terms of readability, "exists" is more succinct and straightforward.
- Loading branch information