At the moment, this isn't supported. There was some multi-db support
done at one point and I thought somebody was going to be hosting that
externally whilst they worked on it, but nothing seems to have been
announced. However, that's not really sharding in any case: each field
(possibly each model) would all be stored in a single database, just
using multiple databases for storing different fields/models. Sharding
usually refers to splitting the data set so that one group of rows are
in one database and another are somewhere else (i.e. the same field has
data in different locations). Sharding is much harding to make work in a
truly generic sense that multiple database support.
Regards,
Malcolm
--
Honk if you love peace and quiet.
http://www.pointy-stick.com/blog/