github.com/cs3org/reva/v2@v2.27.7/changelog/2.13.0_2023-05-02/improve-ini-file-metadata-backend.md (about)

     1  Enhancement: Improve the ini file metadata backend
     2  
     3  We improved the ini backend for file metadata:
     4    - Improve performance
     5    - Optionally use a reva cache for storing the metadata, which helps
     6      tremendously when using distributed file systems, for example
     7    - Allow for using different metadata backends for different storages
     8  
     9  We also switched the s3ng integration tests to the ini backend so we 
    10  cover both the xattrs and the ini backend at the same time.
    11  
    12  https://github.com/cs3org/reva/pull/3697