Did anyone create a Document Management System using SQL SERVER's Filestream?
By this I mean: if an application makes intensive use of documents is filestream a good option, or in those cases it would be better to go for another solution?
I understand this depends on many factors, but in general my guess is that if "<5%" than server load is based on reading/writing varbinary(max) filestream fields for sure it is good, if ">95%" than server load is based on reading/writing varbinary(max) filestream fields probably it is not ok.
So somehow I'd like to know if any of you developed applications where that % is somehow in the middle of 5 and 95 and it confirms that filestream was a good choice.