Hi all,
According to
this white paper, there are two way of accessing Filestream data.
One way is by Win32 API and another is thru T-SQL query. In the paper, it also stated that FileStream performance gain only occur if it is access via Win32 and the performance will more worst than Varbinary if it is access via T-SQL.
Entity Framework always generate T-SQL query. Thus, is it a good idea of using FileStream with Entity Framework and what is it performance gain compare to varbinary(max)?