MongoDB provides _______ which is a sharding configuration to distribute data across multiple servers.
- Shard Cluster
- Shard Config
- Shard Key
- Sharded Cluster
MongoDB provides a "Sharded Cluster" which is a sharding configuration to distribute data across multiple servers. It allows for horizontal scaling by distributing data across shards, each running on a separate server.
Loading...
Related Quiz
- What is the use of the 'new' keyword in Go?
- What is a recommended practice for naming test functions in Go?
- The _______ method in the database/sql package is used to execute a SQL query that returns rows.
- What is the command to download and install the dependencies of a Go module?
- In Go, the '_____' operator is used to check if a value is less than or equal to another value.