thrudb.org - it’s official
Wanted to officially announce that we’ve moved from
http://thrudb.googlecode.com to http://thrudb.org
The code is now located under http://svn.thrudb.org/thrudb
We have make a lot of big changes to the code.
1. We moved all the services to top level projects, each with their own
configure script. Â This way you can install just the thrudoc service if you don’t want to
install thr others. Â There is also a shared library (thrucommon) .
2. The configure scripts are a lot more forgiving of missing libraries.
3. Ross has taken over thrudoc and now there is a layered backend approach.
Supported backends include:
- Disk Backend
- Mysql Backend
- Berkleydb Backend
- Memcache Backend
- Spread Backend
- Log Backend
- Bloom Filter Backend
- Stats Backend
4. Thrucene has been renamed to thrudex. Â The api is cleaned up and the code
is structured such that we can support multiple storage engines.
I’ve attempted to squeeze the most performance under  a live index scenario
out of the CLucene backend as possible. Â Will be posting perf numbers soon.
This is just a quick summary. Ross and I will be working on building out the
trac wiki. Â Updating the tutorials and providing some pretty charts, graphs
and performance stats.




February 8th, 2008 at 11:18 am
Congratulations to you and Ross. It’ amazing how long Thrudb has come in such a short amount of time.