Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Connection over 2000 miles
dean wrote:
> On Jul 27, 6:05 pm, DA Morgan <damor..._at_psoug.org> wrote: >> dean wrote: >>> On Jul 27, 11:26 am, DA Morgan <damor..._at_psoug.org> wrote: >>>> dean wrote:
>>>> Database version? >>>> What tool was used to create the front-end? >>>> Are records cached on the client? If not why not? >>>> The rule of thumb for delay is 1ms/33 miles so any delay significantly >>>> in excess of 60ms is an issue. >>>> -- >>>> Daniel A. Morgan >>>> University of Washington >>>> damor..._at_x.washington.edu (replace x with u to respond) >>>> Puget Sound Oracle Users Groupwww.psoug.org-Hide quoted text - >>>> - Show quoted text - >>> All data loaded into databound components (such as grids) are cached, >>> I believe. The CacheSize parameter in the data components (TADOQuery) >>> is set to 100 to 10,000 in various different components. >>> Version is mentioned above - 10.2.0.2.0 >>> Used Borland CBuilder 6 >> If you are caching 100 to 10K records and have the delay you reported >> something is seriously wrong. >> -- >> Daniel A. Morgan >> University of Washington >> damor..._at_x.washington.edu (replace x with u to respond) >> Puget Sound Oracle Users Groupwww.psoug.org- Hide quoted text - >> >> - Show quoted text - > > Wouldn't that depend on how many tables and records are opened and/or > loaded into memory? I will take a look and try to guess how many there > are and post here, but I know its a fair amount of data.
Not if you are caching a result set larger than what is being viewed by the end user. Your theoretical refresh time of 60ms is less than the time required to hit page-up/page-down.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Fri Jul 27 2007 - 20:27:24 CDT
![]() |
![]() |