The fact is, if you fetch records you are going to the virtuals fields. You should fetch records you are not going to need. Making them virtual only makes everything slower if the lazy function is eventually called.
On Mar 16, 6:35 pm, pbreit <[email protected]> wrote: > I got the impression that virtual fields should always be lazy so that DB > access is minimized?

