News Portals and mysql queries
Posted
by jasmine
on Stack Overflow
See other posts from Stack Overflow
or by jasmine
Published on 2010-05-30T12:17:23Z
Indexed on
2010/05/30
12:22 UTC
Read the original article
Hit count: 172
php
Consider a news portal like cnn. There is 8 categories. Is there 8 query in every page loading? For eg
SELECT title FROM category where cID = 1
SELECT title FROM category where cID = 2
...................
And for sites with high traffic, would be memcache a good solution? Thanks in advance
© Stack Overflow or respective owner