Performance difference between `.select()` and `.findMany()`

Is there any performance difference between .select() and .findMany() when using in prepared statements?

Or any benefit of using one over the other? Which one is preferred in prepared statements?
Was this page helpful?