Using SQL Server FILESTREAM for document storage

Posted by Community Admin on 04-Aug-2018 10:36

Using SQL Server FILESTREAM for document storage

All Replies

Posted by Community Admin on 30-Oct-2014 00:00

Is it possible to configure the Sitefinity database so that all binary data for documents, images etc. is handled with FILESTREAM columns instead of varbinary columns? Which are the tables and columns used for binary data storage?

Thank you,
Alessio Scalerandi

Posted by Community Admin on 04-Nov-2014 00:00

Hello Alessio,

The media files (docs, images, etc) are stored in the database as binary data in chunks. The data is saved in table 'sf_chunks'.

In case you want you can change the Storage Provider and/or create a custom one which could covers your needs.

Regards,
Svetoslav Manchev
Telerik

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed