RavenDB or SQL Server 2008 Filestream -
a project working on @ minute involves taking massive set of results stored in file , doing calculations based on results. have been looking @ using either ravendb or using sql2008 filestream storage results. not sure technology best suited problem.
has views on of these approaches best massive storage , possible searching of results?
i tried insert lot of data raven , disappointed in first place, because did form 1 thread. turned out inserting sql server faster (without doing configuration on both servers).
then realized misused raven, - far understand - designed handle massive parallelism. played bit tpl opening lot of threads / processes doing inserts in parallel. raven handled - keep "eventual consistency" in mind - not results showed in database immediatly short delay.
i think direct comparrison hard unless adjust architecture fit choosen storage technology.
Comments
Post a Comment