Subject | Re: [IBO] Schema Load |
---|---|
Author | jwharton@ibobjects.com |
Post date | 2004-03-28T05:29:17Z |
It's likely you are not filling in the KeyLinks for a query. If you do this for all queries then it will very likely lessen the amount
of schema queries that are performed.
A look at the callstack of a call into the schema cache would tell us exactly what you are doing to trigger a schema
request. I only query the schema information on demand, not all at once.
Jason Wharton
www.ibobjects.com
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
How do i disable the schema load?
I'm having terrible delays on remote access due to the load of the
database schema when i first open some dataset. This behavior was
not present in IBO 4.2. How can i disable it?
By the way, what is it for?
of schema queries that are performed.
A look at the callstack of a call into the schema cache would tell us exactly what you are doing to trigger a schema
request. I only query the schema information on demand, not all at once.
Jason Wharton
www.ibobjects.com
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
How do i disable the schema load?
I'm having terrible delays on remote access due to the load of the
database schema when i first open some dataset. This behavior was
not present in IBO 4.2. How can i disable it?
By the way, what is it for?