Climb Collection on CosmosDB

2

Is it possible to scale a Document database in CosmosDB? If so, is it possible to scale only one collection instead of the base as a whole?

    
asked by anonymous 20.08.2017 / 20:31

1 answer

1

In fact, this is exactly how you scale yourself in CosmosDB, you scale only one collection, not a whole database. See:

Here I am selecting to scale only the collection workspace of eventstore.

    
21.08.2017 / 09:14