Hello.
We have a decent size Rails application that has worked great for us
using ActiveRecord with minimal custom SQL here and there. However, now
we need to develop a feature very similar to Amazon’s “Customers Who
Bought This Item Also Bought” feature.
I’m looking for suggestions on best ways to handle this, via real-time
using the actual table or a periodic process that updates a different
table (e.g. nightly).
Any suggestions on how to design one or more tables would be greatly
appreciated!
Thanks in advance.