Ask a Question related to Coldfusion Database Access, Design and Development.
-
rajsinha #1
Fetch large data
Hi,
I want to start displaying data on a web page for a query that will return
thousands of data. The problem is that the user does not want to wait till the
query returns the whole record set. Also, if the user has a lower memory on his
local machine, he runs out of memory. Can we start painting the page with the
data in batches?
rajsinha Guest
-
What to use instead of Excel to fetch data from a table?
I am newbie and I have no idea how to this. I have a table (Excel File) about 1000 rows and 3 columns. I want to load this table to the Flash and... -
#38894 [NEW]: Can't fetch data(PHP+Birdstep RDM server across ODBC)
From: m dot karoly at martondesign dot com Operating system: winxpprof PHP version: 5.1.6 PHP Bug Type: ODBC related Bug... -
How to High speed data fetch from DB ?
I am not at all a DB expert but my question is that given that, queries to a DB are properly optimized, DB schema is proper & sufficient hardware... -
The IPC::ShareLite is very slow than fetch data from file ??
time shmTest.pl .... 0.11u 0.02s 0:00.13 100.0% ---------------------------------------------------------------------------- --- time... -
Fetch Data From DB Into Array
On Sun, 31 Aug 2003 22:33:50 +0100, "James" <graduate@dsl.pipex.com> wrote: You've now got at least five separate threads on this same issue... -
jdeline #2
Re: Fetch large data
There are at least two resource consumers when ColdFusion parses and executes a
page. One is the time required to perform the queries, and the other is the
rendering of the page, that is, creating the HTML. Surprisingly, the rendering
can take much longer than the queries if you are dealing with a very large
record set.
I would suggest you turn on full ColdFusion debugging and see how long your
queries are running. Subtract this from the total page execution time and you
get your rendering time.
Knowing what these numbers are will help define what problem to tackle. If
the rendering is the issue, you may not want to waste time optimizing the
queries.
jdeline Guest
-
rajsinha #3
Re: Fetch large data
Thanks. I will find this out. I suppose I might be having a rendering issue,
because users did complain having problems on lower memory user machines.
But, thanks a lot. I will investigate further, and then come back.
Raj
rajsinha Guest
-



Reply With Quote

