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 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -