In Myrrix, what are the differences (mainly in terms of performance - time taken, memory) between doing a recommend query for a particular user, and doing a recommendToAnonymous query by treating that user as anonymous and feeding that user's items (suppose we have a huge optimized MySQL database with caches and bells to retrieve those) into recommendToAnonymous.
Are there any significant performance penalties with the latter, neglecting the extra DB call?