Ok, I meant DataStoreBlobStore wrapping a FileDataStore and DataStoreBlobStore wrapping a CachingFileDataStore (I am still confused I guess)...
El vie., 21 feb. 2020 a las 16:03, jorgeeflorez . (< [email protected]>) escribió: > Hi, > I am trying to pick one data store with the purpose of avoiding binary > storage in MongoDB blobs collection. I would like to know which should I > choose to be used in production. > I have explored a bit (1.12 version) and my guess is that > DataStoreBlobStore should be used when you want to store files in a local > directory (one oak instance only accessing the files) whereas > CachingFileDataStore should be used if the folder where you want to store > files is located in another host and can be seen from the machine running > Oak (several Oak instances can be accessing the files). Is this correct? >
