Using MSMQ or database for storing large data
I have a scenario where large stream of data is to be stored. Which option is better to store the 开发者_如何学编程stream of byte data since we need to store & retrieve the information.
MSMQ or Database as blob
精彩评论