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?