[<<][sweb][>>][..]Mon Mar 29 22:42:04 CEST 2010
Lots of babble, but this is what seems interesting: - normalization is good, denormalization sometimes makes queries faster. automate the denorm (cached db views?) - sessions: stick it in a cookie (you really don't want to keep track of user state for big apps) - "SELECT *" is fast - JOIN doesn't scale [1] http://www.youtube.com/watch?v=i6Fr65PFqfk
[Reply][About][<<][sweb][>>][..]