-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Core VCS
-
Epic Link:
-
Tags:
-
Story Points:8
To handle VCS cache invalidation the recommended way is to use the Redis invalidation because the SQL invalidation generates too much disk IO and traffic with the database.
There can be an interesting alternative if we don't want to rely on Redis by implementing a PostgreSQL PubSub provider based on the Notify