Update docs/services/frontend/_index.md

Co-authored-by: Phil Davis <phil@jankaritech.com>
This commit is contained in:
Jörn Friedrich Dreyer
2022-09-14 17:45:36 +02:00
committed by GitHub
parent 322924d1c3
commit 30b41dc21c
+1 -1
View File
@@ -22,7 +22,7 @@ The OCS endpoint implements the open collaboration services API in a backwards c
### Sharing
Aggregating share information as one of the most time consuming operations in OCIS. The service fetches a list of either received or created shares and has to stat every resource individually. While stats are fast, the default behavior scales linear with the number of shares.
Aggregating share information is one of the most time consuming operations in OCIS. The service fetches a list of either received or created shares and has to stat every resource individually. While stats are fast, the default behavior scales linearly with the number of shares.
To save network trips the sharing implementation can cache the stat requests with an in memory cache or in redis. It will shorten the response time by the network rountrip overhead at the cost of the API only eventually being updated.