Thanks guys for all you answers. I am taking them into account.
Personally I'd only consider a no-sql db if you are working with a distributed environment or have multiple apps using the data. If you're on a single tier/single app scenario then probably easiest to stick with file system.On 05 Aug 2011, at 11:57 AM, Mariano Martinez Peck wrote:
So...first question is, do you think that could be faster/better than directly writing into a file as I am doing now?