FILESTREAM & FileTable Support

3
Voted

I am starting a new project that will be very image intensive. I started looking into the use of FileStreams and FileTables but hit a roadblock when I discovered Lightspeed doesn't support this. I'm trying to minimize the size of the server I will need to run my application. Part of this plan is by not having SQL server store the images in it's cache. So now I only have 3 options, store the files on the hard drive and store the references in SQL, store the images as Base64 encoded, or as a binary. Adding the FileStream for FileTable support would be allow for better binary data storage while using the LightSpeed ORM.

http://technet.microsoft.com/en-us/library/ff929144.aspx

http://technet.microsoft.com/en-us/library/gg471497.aspx

Status: New