noSql5 CouchBase > Primary Index 와 Secondary Index Couchbase 공식 가이드 참조 카우치 베이스에는 Index에 두가지 타입이 존재한다. 하나는 Primary Index, 다른 하나는 Secondary Index. Primary Index primary Index라고 하면 RDB 에서의 primary index라고 생각 될 수 있는데, 그것과는 성격이 다르다. No Sql 특성상 JSON 도큐먼트의 ID (document id) 라고 봐야 한다. Document 키스페이스만 Primary Index가 될 수 있다. 예를 들어 아래 같이 쿼리한 결과, SELECT meta().id, travel FROM `travel-sample`.inventory.airline travel LIMIT 1; 데이터가 다음과 같았다면, [ { "id": "airline.. 2022. 12. 27. 카우치베이스에서 쓰이는 port 참조 : https://docs.couchbase.com/server/current/install/install-ports.html Couchbase Server Ports | Couchbase Docs This page describes the TCP ports that are used by Couchbase Server for network communication. Some ports, such as those used for cluster management, are required to be open on every node because they are essential to how Couchbase Server communicates with docs.couchbase.com Ports Li.. 2022. 10. 3. 카우치 베이스 온라인 아카데미 1.Sign up Couchbase Academy : https://learn.couchbase.com 2.Sign up Couchbase Capella Trial : https://www.couchbase.com/products/capella 3.If required, Install Couchbase Server in Docker Desktop and run the tutorial https://docs.couchbase.com/server/current/install/getting-started-docker.html 4.Week 1 : Kick-off offline meeting 2022. 7. 10. CouchBase Essentials - 챕터 설명 1장, Couchbase에 익숙해지기, Couchbase Server를 소개하고 Couchbase Server를 구하고 설치하는 방법을 자세히 설명합니다. 또한 처음으로 Couchbase Server를 설정하는 과정을 안내합니다. 2장, Couchbase CRUD 작업 사용, 기본 Couchbase 서버 작업에 대한 개요를 제공합니다. 다양한 CRUD API 메소드를 탐색하면서 기본 SDK 사용법을 시연합니다. 3장, 보기를 사용하여 보조 인덱스 만들기에서는 MapReduce의 프로그래밍 모델에 대해 자세히 설명합니다. 이 탐색 후에 Couchbase Server 내에서 MapReduce를 사용하는 기본 사항을 탐색합니다. 4장, 고급 보기에서는 이전 장의 MapReduce 논의에 이어 Couchbase.. 2022. 5. 10. 이전 1 2 다음