Hi,
mongod has an option "--directoryperdb" which will make newly created
databases use a directory of their own. Because it's a directory you
should be able to symlink that to a directory on your SSD partition.
However, you can only do this *per database* and not per collection, but
you can of course split certain collections out into a database of their
own.
cheers,
Derick
--
{
website: [ "
http://mongodb.org", "
http://derickrethans.nl" ],
twitter: [ "@derickr", "@mongodb" ]
}