I'm still using the old RDB backend in a project and want to upgrade now to either SDB or TDB.
Which one is better when the application is expecting to be mostly writing/reading/both ? Are transactions useful (SDB with underlying DB transactions) ? Which one is better considering scale/clustering ? ...
What are your experiences with these backends and which one does fit better for which type of situations/use cases ?