Don't use tables. Use <span> and <div> to create something l ike a
table. The problem with tables is that the browser's gotta wait unti l the whole table is delivered before the page is rendered. With <span > and <divs>s, the browser will immediately display the contents. In conjunction with the <cfflush> tag, it should appear to output much faster. > -----Original Message----- > From: David Brown [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 05, 2002 6:16 AM > To: CF-Talk > Subject: Large Query return > > > I have the need to display a query that is returning 43000 plus > rows. Th > e > query itself is in a storedproc and completing within 30ms. But > the outp > ut > either through cfgrid or table is very slow. Any suggestions on > how to > speed this up. > > I know its a huge query and wish i could change it. > > _______________________ _________________________ ______________________ > Get Your Own Dedicated Windows 2000 Server > PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER > Instant Activation � $99/Month � Free Setup > http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb > FAQ: http://www.thenetprofits.co.uk/coldfusion/faq > Archives: http://www.mail-archive.com/cf-talk@houseoffusion com/ > Unsubscribe: http://www.houseoffusion.com/index.cfm?sideb ar=lists > ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

