ravendb shardstrategy & shardeddocumentstore -
can choose have few objects sharded, typically have potential have large amount of data , leave others stored across instances?
for example when have banking transaction, might want store customers , transactions in different shards , might want store list of bank branches in databases. possible?
you can that, not in single database. way works, have 2 databases on each server (and 2 document stores) 1) sharded, transactions & customers 2) standard, banks.
the banks database replicated nodes.
Comments
Post a Comment