-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: None
-
None
All attachment querying is via the ceo.getAttachments() method. Queries which require the latest versions of attachments only perform a session.filter to select the appropriate versions. This filter results in the database being queried every call, thus increasing latency and degrading performance.