This is a migrated thread and some comments may be shown as answers.

Views and L2 Cache

1 Answer 16 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ryan
Top achievements
Rank 1
Ryan asked on 04 Dec 2014, 03:46 AM
I am having an interesting issue with a view.
We have a table (order) that has a large number of foreign keys and we connect them all together in a view (order_detail).
If we save changes to the order then query the order_detail view we cant see the updated record in the view until we evict the order_detail record from the L2 cache.


Thanks in advance for any help,

Ryan

1 Answer, 1 is accepted

Sort by
0
Thomas
Telerik team
answered on 04 Dec 2014, 02:56 PM
Hi Ryan,

the problem with views in general is, that we have no way of detecting how they are constructed. Therefore we have no knowledge what views we need to evict when a table content changes.
So manual eviction is -at the moment- your only choice.

Regards,
Thomas
Telerik
 
OpenAccess ORM is now Telerik Data Access. For more information on the new names, please, check out the Telerik Product Map.
 
Tags
General Discussions
Asked by
Ryan
Top achievements
Rank 1
Answers by
Thomas
Telerik team
Share this question
or