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
In our project yum-repo-server it's an performance issue that every new instance of GridFS counts the entries of fs.files and fs.chunks.
As we use an approach as described in the forum it is fine for me to have the GridFS as singleton, so an extension in the GridFsTemplate would be very nice
mp911de
changed the title
add extension hook in GridFsTemplate to provide a GridFS instance [DATAMONGO-696]
Support provided GridFSBucket in GridFsTemplateMay 26, 2023
Add assertions and missing Override annotations. Avoid recursive self-call on getClassLoader. Extend documentation.
See #1627
Original pull request: #4389
Björn Voß opened DATAMONGO-696 and commented
In our project yum-repo-server it's an performance issue that every new instance of GridFS counts the entries of fs.files and fs.chunks.
As we use an approach as described in the forum it is fine for me to have the GridFS as singleton, so an extension in the GridFsTemplate would be very nice
Attachments:
The text was updated successfully, but these errors were encountered: