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
Implement command query responsibility separation (CQRS) to replace caching with a read (query) database that contains JSON data as close to a JSON API response as possible. API endpoints get the JSON data from the read database instead of creating the JSON API response using database queries. The goal is to provide stability and scalability while also improving overall performance.
This feature shouldn't require extra configuration for small Open VSX registry instances.
The text was updated successfully, but these errors were encountered:
Implement command query responsibility separation (CQRS) to replace caching with a read (query) database that contains JSON data as close to a JSON API response as possible. API endpoints get the JSON data from the read database instead of creating the JSON API response using database queries. The goal is to provide stability and scalability while also improving overall performance.
This feature shouldn't require extra configuration for small Open VSX registry instances.
The text was updated successfully, but these errors were encountered: