How to store a basket against a user in Ucommerce efficiently
TLDR; If you want to tie a basket to the logged in user, don't follow the Ucommerce documentation if you're using a platform with a Guid as the member ID as it's a performance nightmare, instead use our alternative approach.
The Issue
We recently