I am wondering about the most efficient way in retrieving the data considering time and workload units.
I have two ways—→
first, ex. current User.cartitems
second, ex. Do a search for cartitmes
with constrains → user = current user
which one would you recommend.