https://github.com/nhibernate/nhibernate-core/issues/2129

On Monday, April 15, 2019 at 3:45:21 PM UTC+3, Gökhan Abatay wrote:
>
> When query cache enabled, I realized that we are storing 
> updatetimestampscache for non cached entities.
> Is this really necessary in our scenario we use query cache for just 
> Cache.ReadWrite or Cache.Readonly or Cache.NonstrictReadWrite entities, not 
> non cached entities.
>
> We need high performance to do that we need to decrease Sync. and locking 
> for dml/select operations, its locks all threads in same application its 
> too much cost for per operation.
>
> I think that this needs to be configurable(Store all entities 
> updatetimestampscache or just cacheable entities) or a way to implement our 
> UpdateTimestampsCache, because its readonly?
>
>
> Is there any configuration for this?
>

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to