Our app is displaying its information in a way similar to that found on Facebook's "feed" page which shows a timeline of activity by members of the particular profile's network.
I can see that could be very heavy if done with a relational/sql-statement in a traditional sense, but wanted some ideas on how to best do so in a way that wasn't so 'expensive' -- ideally, I could keep things in a relational table and there were some clever approached.
The types of data we have a people, companies, and type of action.
Thanks!