InterviewSolution
| 1. |
What Is The Importance Of Creating A Data Bucket? |
|
Answer» It makes important to create a DATA Bucket since the couchbase server stores the data in Data BUCKETS. The “DEFAULT” bucket is created when the couchbase server is installed. The capacity of a data bucket to store the data is up to 20MB. If required, additional data buckets can be added. The bucket creation will have a limit when there is no sufficient space in RAM. EX: limit the RAM/ Quota usage for the default bucket to 100 MB. It makes important to create a Data Bucket since the couchbase server stores the data in Data Buckets. The “Default” bucket is created when the couchbase server is installed. The capacity of a data bucket to store the data is up to 20MB. If required, additional data buckets can be added. The bucket creation will have a limit when there is no sufficient space in RAM. Ex: limit the RAM/ Quota usage for the default bucket to 100 MB. |
|