ZeosLib Components Cached Updates
Posted: 23.02.2006, 12:46
I'd like to know which level of cached updates implementation comes with zeosdbo components.
I'll try to explain my problem with an example...
I don't really know if this is even possible on actual CachedUpdates implementations, but the matter is that when I post changes in a CachedUpdates-enabled Dataset without committing'em and then I try a Count(*) on the same table but another dataset, the count won't reflex the uncommited modifications.
The point would be a Connection-level CachedUpdates implementation capable to query together the Database and the entire transaction/connection-shared cache for results, as if the cached modifications where posted directly to the Database but remaining in the cache, some kind of "emulation?" of the database's on-post behavior.
Regards an well...sorry for my bad english
I'll try to explain my problem with an example...
I don't really know if this is even possible on actual CachedUpdates implementations, but the matter is that when I post changes in a CachedUpdates-enabled Dataset without committing'em and then I try a Count(*) on the same table but another dataset, the count won't reflex the uncommited modifications.
The point would be a Connection-level CachedUpdates implementation capable to query together the Database and the entire transaction/connection-shared cache for results, as if the cached modifications where posted directly to the Database but remaining in the cache, some kind of "emulation?" of the database's on-post behavior.
Regards an well...sorry for my bad english