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.
