Thank you for your great work on this package.
After testing it a little bit, I am wondering why this likeable_like_counters is needed and why you don't count directly the likeable_id + likeable_type key on the likeable_likes table directly. It should be pretty fast with indexes right ?
Except for performance reason on a huge data collection, I don't really see the point and I'm asking myself if I am missing something.
Hello Rob,
Thank you for your great work on this package. After testing it a little bit, I am wondering why this
likeable_like_counters
is needed and why you don't count directly thelikeable_id
+likeable_type
key on thelikeable_likes
table directly. It should be pretty fast with indexes right ?Except for performance reason on a huge data collection, I don't really see the point and I'm asking myself if I am missing something.
Thank you very much for your answer !