Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Joe_Krako #1
Speed Question: SQL Queries
Hi,
How long exactly does it take for a ColdFusion page to return results of the
following for a MySQL database:
a. 10,000 records
b. 1000 records
c. 100 records
I'm asking because I'm using a guy's CF tag that pages through results. And
when paging through the results,
it would grab the whole darn 10,000 records if there are 10,000 records.
Further, this is for a forum that could
actually become popular.
Does anyone here work with large databases who knows the answer to this
question?
Thanks in advance,
Joe
P.S. Better yet, anyone know of an already made ColdFusion programmed forum
for sale for very cheap or free?
Joe_Krako Guest
-
Basic query speed question
When I write a SQL call in TOAD, it takes lapprox 4 seconds to run.. but when I put it in my CF page, it takes over 20 minutes. That shouldn't be,... -
speed question
is it quicker to create buttons on the fly or use actual images. for rollovers as well. -
speed question - ftp vs http???
I am writing a component to communicate and pass data between 2 servers. I have done some testing using api/ftp functions and using msxml/asp. ... -
FWMX/OSX question: speed
I'm considering upgrading from Fireworks 4 to MX. I'm fully satisfied by the v4 feature set for what I use it for, but now that OS X is here I'm... -
General 10d shutter speed question
We just got back from the Brickyard 400 in Indianapolis. It was my first NASCAR race and was it great! Our seats were Row 1 right across from Dale... -
Joe_Krako #2
Re: Speed Question: SQL Queries
Never mind. After messing with Google's URL, I guess I can figure out how to narrow down the query return.
Joe_Krako Guest
-
shp.jc #3
Re: Speed Question: SQL Queries
You could also consider CF's built in query caching feature.
shp.jc Guest



Reply With Quote

