Slide 47
Slide 47 text
Mongo Event v.4
{
event_type: "created",
subject_type: "Comment",
user_id: 1,
comment_id: 999,
screenshot_id: 999,
user: {id: 1, login: "simplebits", avatar: "dancederholm-peek.png"},
comment: {id: 999, text: "Great shot!”},
screenshot: {id: 555, title: "Shot heard around the world"},
recipients: [
{user_id: 2, reason: 'screenshot owner'},
{user_id: 3, reason: 'mention'}
],
created_at: "Wed May 05 2010 15:37:58 GMT-0400 (EDT)"
}
Denormalize to eliminate N+1s in view
Thursday, June 9, 2011