Subject: | select: can not indicate which columns should be selected from the storage. |
I come with a question: https://stackoverflow.com/questions/45258128/why-select-does-not-replace-existing-columns
But finally I have discovered that `prefetch` does not work as documented
Here is details:
https://stackoverflow.com/a/45264653/4632019
In short: When I use `prefetch` it selects all columns from table despite on `select` attribute.