0 votes
in MongoDB by
Which statement is true about sharding?

A - Sharding is enabled at the database level

B - Creating a sharded key automatically creates an index on the collection using that key

C - We cannot change a shard key directly/automatically once it is set up

D - A sharded environment does not support sorting functionality since the documents lie on various mongod instances

1 Answer

0 votes
by

C - We cannot change a shard key directly/automatically once it is set up

Related questions

0 votes
asked Jun 17, 2020 in MongoDB by AdilsonLima
0 votes
asked Jun 17, 2020 in MongoDB by AdilsonLima
...