What are some of the ways to make this efficient? Perhaps some sort of
caching mechanism, or even a temporary table that stores just the elements
needed for display in the homepage?
-mike
MVP
"Shabam" <in...@pcconnect.net> wrote in message
news:FcudnYoJ9_y...@adelphia.com...
But I don't think it's worth it, first of all, users do not request the home
page over and over. Second - you'd be caching so much data that it would
take up too much memory and cause a slowdown of everything on the system.
And if you tune your database server you'll spend much more time processing
the data and rendering the page (a step you wouldn't save by caching the
database results) that it's going to be pointless in trying to save a
fraction of your processing time querying the database.
Jerry
"Michael Giagnocavo [MVP]" <mggU...@Atrevido.net> wrote in message
news:Opd1tk8B...@TK2MSFTNGP11.phx.gbl...
-mike
MVP
"Jerry Pisk" <jerr...@hotmail.com> wrote in message
news:eLa0Q98B...@TK2MSFTNGP12.phx.gbl...