You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, the apps evict data when the user deletes or hides a room. This is not best practice
Solution
Create a process on a timer for eviction once per day. See Alaska Airlines application for an excellent example of this, which every 24 hours checks to see if there is anything worth evicting and then evicts that data from the local store.
When a room is removed or hidden, mark related documents in some way that indicates to the process that those documents should be evicted.
The text was updated successfully, but these errors were encountered:
We recommend that customers evict data every 24 hours.
Problem
Today, the apps evict data when the user deletes or hides a room. This is not best practice
Solution
The text was updated successfully, but these errors were encountered: