cancel
Showing results for 
Search instead for 
Did you mean: 

Can I store all the files in the directory alf_data in Amazon S3?

kodermax
Star Contributor
Star Contributor

Can I store all the files in the directory alf_data in Amazon S3?

5 REPLIES 5

afaust
Legendary Innovator
Legendary Innovator

Yes, if you are using a content store implementation / addon that supports S3, you can technically store every item in the contentstore directory in S3. Ideally, you would likely use a caching content store to avoid accessing S3 multiple times for a specific file (to reduce latency and cost for access), so the cached content items may still be stored in contentstore after all.

kodermax
Star Contributor
Star Contributor

And solr4 data I can store in s3?

afaust
Legendary Innovator
Legendary Innovator

You do not want to store anything else (other than contentstore) in S3. Storing SOLR data in S3 will significantly degrade the performance of your system. That data is accessed extremely frequently and requires very low latencies for proper performance (usually SSD is recommended for larger data sets).

kodermax
Star Contributor
Star Contributor

Do I need to back up the solr data or can I always re-index it?

afaust
Legendary Innovator
Legendary Innovator

The documentation says you can always reconstruct an index from the database state. It does not lie in regards to that...