Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
Brian Gallutia #1
decreasing query times
Hey Gang, I have a table with about 16,000 records and my query is set up to
retrieve all records marked as 'PENDING.' The number of records marked in
this way is maybe about 20, but the time it takes CF to go through all records
and find the pending ones is getting a little too long. Does anyone have any
ideas on what I can do to decrease the time it takes to query for PENDING
records? TIA
Brian Gallutia Guest
-
Query of Queries on query New type query
In CF5 we have a page that creates a query, using queryNew and querySetCell and the like, we then used dbtype="query" and gave it's name so we could... -
decreasing file size.
I've found that if I am about to print a Pdf using the AdobePDF print driver (Acrobat 6.0.2) in OSX if I happen to remember to go to an item called... -
decreasing Swind/Rwind values from netstat output
Hi, my question is about tcp socket programming. I traced a connection between client and server between client and server. I continuously... -
UTC Times from vb script
http://www.aspfaq.com/2218 -- Aaron Bertrand, SQL Server MVP http://www.aspfaq.com/ Please reply in the newsgroups, but if you absolutely... -
BCP query out executed by xp_cmdshell works fine from query analyzer but fails from VB Component
Hi all, I have a stored procedure which returns a vast number of record and i have to write the output into a csv file. I'm using BCP utility to... -
eastinq #2
Re: decreasing query times
Have you tried creating an index on the PENDING column?
eastinq Guest
-
byron1021 #3
Re: decreasing query times
I'll just assume you are using a where clause. Is the pending field a text field or varchar, varchar is much faster at indexing and searching.
byron1021 Guest
-
vkunirs #4
Re: decreasing query times
Hi
what type of database your are using.
writing the best query is one option. and even if you use the procedure for
this that will works more faster than executing the query each time..(if the u
r db provide this feature).
and when you are accessing the page for the first it will take much time ..but
if you access the same page then it will executes much faster than teh first
time..
if possible try to post your query if possible some one may change it to
execute better faster
vkunirs Guest



Reply With Quote

