Tuesday, May 27, 2014

What is the difference between SQL notification and SQL invalidation?

SQL Notification: The SQL cache notification generates notifications when the data of a database changes, on which your cache item depends.

SQL Invalidation: The SQL cache invalidation makes a cached item invalid when the data stored in a SQL server database changes.

No comments:

Post a Comment

React-select is very slow on larger list - Found solution - using react-window

 I had more than 4000 items in searchable dropdownlist. I have used react-select but it was very slow. finally I found complete solution to ...