sql server 2012 - Performance while taking Join with a table used used for storing file -


i have sql server file-stream enabled. storing file @ max of 50mb. number of files can huge.

column stores file of type varbinary(max)

we required take join of table other table on need basis. though while taking join making sure not including column stores file data.

can face performance issues while directly taking join [documents] table? if willing move data intermediate table store references table , query table when need upload/view/delete file.

thanks in advance!!


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -