madorin / fibplus

FibPlus Library for Delphi and C++Builder. Data access components for Firebird & Interbase.
164 stars 57 forks source link

cacheSchema slows down user experience when firebird is over internet #74

Open erickperez1981 opened 1 year ago

erickperez1981 commented 1 year ago

When application starts, the CacheSchema execute multiple queries on background when it access the first time to a dataset, they are stored on a localfile. When i try use firebird over internet, those queries slows down the application. Is possible turn off this feature? Less queries over internet is faster to user experience, this cacheSchema is not useful.