Full-DB Binary Provider Template Configuration
This binary provider saves all the metadata and binary content as blobs in the database with an additional layer of caching on the filesystem. Caching can improve Artifactory performance since frequent requests are served from the cache-fs before reaching out to the database.
The following sample shows the binarystore.xml configuration file for full-db binary provider.
While you don't need to configure anything else in your binarystore.xml, the following sample shows how the full-db template looks like under the hood.
For details about the cache-fs provider, seeCached Filesystem Binary Provider. The blob provider saves metadata and binary content as blobs in the database.
Full-DB-Direct Binary Provider Template Configuration
This binary provider saves all the metadata and binary content as blobs in the database without a caching layer.
The following sample shows the binarystore.xml configuration file for full-db-direct binary provider.
While you don't need to configure anything else in your binarystore.xml, the following sample shows how the full-db-direct template looks like under the hood.