Subject Re: [Firebird-Architect] Synchronizing DSQL Metadata Caches in CS
Author Adriano dos Santos Fernandes
Ann W. Harrison wrote:
> I'm not wild about invalidating the whole cache for every
> metadata change. Would it be possible to have a cache_lock
> for each object so only those objects change would need to
> be refreshed?
>
Should be...
Maintaining a map in the engine with (object type, id/name) referencing
the lock.
And use the (type, id/name) as lock key.


Adriano