TZConnection.UseMetadata & TZQuery.ReadOnly
Posted: 07.10.2015, 09:59
Hi.
Does time of query execution depend on values of these properties?
I have a weird problem. When values of these properties are default (UseMetadata = true, ReadOnly = false) some select takes about 20 s. When I change TZQuery.ReadOnly to true, the same select takes about 200 ms. More, this problem appears only in the case of remote databse. When databse is local value of ReadOnly has no influence on time. Can you explain such behavior?
Have UseMetadata and ReadOnly any relationshi[? Does UseMetadata have an impact on time of query execution?
Regards
Does time of query execution depend on values of these properties?
I have a weird problem. When values of these properties are default (UseMetadata = true, ReadOnly = false) some select takes about 20 s. When I change TZQuery.ReadOnly to true, the same select takes about 200 ms. More, this problem appears only in the case of remote databse. When databse is local value of ReadOnly has no influence on time. Can you explain such behavior?
Have UseMetadata and ReadOnly any relationshi[? Does UseMetadata have an impact on time of query execution?
Regards