sql server - Normalize or denormalize varbinary in large table? -


i developing system involving 500 gb sql server database.

query performance , storage complexity of concern in scale.

question: table of records contains varbinary(1500) field null 90% of time. better normalize field separate table or keep as-is?

performing actual test take lot of time, hoping save time asking here first.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

React Native allow user to reorder elements in a scrollview list -

multithreading - Exception in Application constructor -