I’m looking for information about DB4O object database. I know it has client/server mode, but I have no idea how scalable it is. I’m a big lover of object db idea, but still couldn’t find an appropriate OODB to use in any of my projects. So my questions are:
- I’m interested if anyone deployed DB4O in a multi client environment and how does it perform compared to RDBMS?
- Is any web app to date powered by DB4O?
- Can I use DB4O as a replacement for SQL Server (SQL Express at least)?
- How many concurrent client can DB4O support in practice?
- Does performance degrades when DB size increases?
Thanks
P.S. I’m interested in C# edition.
I in general agree with Vagaus and the other comments. db4o can replace in some cases, but it really depends on your scenario. An object database is only one tool and doesn’t fit all needs. You probably should try it out.
I just want to add a few comments:
As said, db4o is designed for embedded scenarios. For bigger client server databases you probably need to look at other (object) databases.