Subject | Re: [IBO] How to speed up reading TIBOQuery records |
---|---|
Author | Andreas Bednarek |
Post date | 2004-07-25T07:26:07Z |
Hello,
increase your database cache and system cache
I better won't, because not every system my app is running on has much
mem...
understood something about FB, I thought that a SQL query creates a view
already, so I work with a view, or what do you mean?
Hmm.. the app simply runs on the Win platform only and having the FB server
on a remote Linux machine would make thing worse for sure. :-(
TIBODatabase component to connect to FB database. Simply set some properties
and call TIBODatabase.Connect.. :-)
Andreas
>am thinking about fundamental of speed and processing then you shoud
> For your question i got 3 ideas,i know you have more experience,but when i
increase your database cache and system cache
I better won't, because not every system my app is running on has much
mem...
> to use view to get desired data using delphi with indexingIf you say you are a beginner, I can say that too. :-) :-( As far as I
understood something about FB, I thought that a SQL query creates a view
already, so I work with a view, or what do you mean?
>3rd way is try your concept on linux or unix platform because of theireffective file system structure than window's platform.
Hmm.. the app simply runs on the Win platform only and having the FB server
on a remote Linux machine would make thing worse for sure. :-(
>Whats your problem? I'm not sure if I can help, I simply use the
> But please help me about delphi and firebird connection through IBO4...
>
TIBODatabase component to connect to FB database. Simply set some properties
and call TIBODatabase.Connect.. :-)
Andreas