Closed (works as designed)
Project:
Facebook-style Statuses (Microblog)
Version:
6.x-3.x-dev
Component:
Submodules
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 May 2011 at 10:36 UTC
Updated:
18 May 2011 at 18:00 UTC
Comments
Comment #1
2c commentedI guess what I'm asking doesn't as make sense as I originally thought, as you'll need the same number of rows in a lookup table and then have to do a join.
Comment #2
icecreamyou commentedFBSST relies on FBSS, not the other way around, so the facebook_status table can't have anything tag-related. It wouldn't be any faster though.
Seems like a micro-optimization to me anyway. If performance is going to be a big problem for you, you'll do much better by focusing on caching solutions (nearly eliminating queries altogether) rather than query optimizations.