Are there benchmarks about the usage, speed, reliability of svn back-end databases?
SQLint
MySQL
PostgreSQL
BarkleyBD
Flatfile system
lets say we have 20 people working on the repository concurrent. What to choose?
Are there benchmarks about the usage, speed, reliability of svn back-end databases?
SQLint
MySQL
PostgreSQL
BarkleyBD
Flatfile system
lets say we have 20 people working on the repository concurrent. What to choose?
The FSFS backend is the most well-tested and stable of the lot. For only 20 people, you are not likely to have any performance problems at all.
You only have 2 choices: BDB (BerkeleyDB), or FSFS (direct filesystem)
These days, there is almost no advantage to BDB, and I think it is only around for legacy compatibility. FSFS is the default on any current SVN release. A lot of the SVN binary distributions don't even have BDB support compiled in.
More info: http://svnbook.red-bean.com/en/1.5/svn.reposadmin.planning.html#svn.reposadmin.basics.backends