A friend has developed a very amazing blob store and I think it needs to be used, but I'm wondering whether people think such a thing has a market, and if programmers ever get to make these kinds of decisions. It has support for online backups using deltas and is much faster than anything I know of, it's undergone rigorous testing and being used in some very niche applications. I would think anyone with a binary file format would like to use it as an alternative. It has a C++ interface and has been adapted to .NET serialisation.
It absolutely blows SQL blob tables out of the water.
Thoughts?
Edit: It is better because:
- It is very fast.
- It is transactional, with a full recovery scan, so far better than flat files.