Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Does anyone out there know if it is possible to use sharding with a multi-tenant RavenDB?

If you can, is there any major drawbacks or issues to be aware of?

Many Thanks in advance!

share|improve this question

1 Answer

up vote 2 down vote accepted

Yes, you can do that, every tenant is consider to be a different database, so you can set things up that a sharded document store will talk to multiple databases, maybe on different servers.

share|improve this answer
Thanks Ayende. RavenDB Rocks! – Wizzarding Jan 9 '12 at 13:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.