View Single Post
Old 10-26-2009, 05:49 PM   #2 (permalink)
delayedinsanity
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

I would think it might be more efficient to add a single column to your posts table, 'subscribed' or what have you, and store a serialized array in said column of subscribed user IDs. Then when a new post is submitted, trigger a callback which will run against this array and fire off the necessary emails.
delayedinsanity is offline  
Reply With Quote