[카테고리:] 카우치베이스 아키텍처
-

Couchbase Cloud DBaaS: The Industry Responds
It’s been exciting to see the steam Couchbase Cloud has been gaining since we initially introduced it to the world earlier this year. From an oversubscribed beta program to taking home the Tech Ascension…
-

A Tale of Two Ejection Methods: Value-only vs. Full
Introduction I would like to thank our Couchbase Server engineering team – especially, Dave Rigby and Jim Walker – for their tremendous help with this article and endless patience with all my questions. Thanks…
-

Fully Configured Couchbase on Red Hat OpenShift in 5 Minutes
I recently did a presentation at Red Hat Users Group – North Texas on Couchbase NoSQL Operator on OpenShift. Thank you to the Red Hat Dallas team for extending the invitation for a joint session – Sam…
-

MongoDB 개발자 및 NoSQL 전문가를 위한 카우치베이스 소개
6천 년 전에 수메르인들은 트랜잭션 처리를 위해 문명을 발명했습니다 — 그레이 & 로이터 어떤 기준으로 보더라도, MongoDB는 대중적인 문서 지향 JSON 데이터베이스입니다. 지난 12년 동안, 그것은 다음에서 성장했습니다…
-

NoSQL 문서 데이터베이스 복제 – MongoDB 대 Couchbase
복제는 가용성과 재해 복구를 제공하기 위해 수십 년 동안 데이터베이스 시스템의 중요한 부분이었습니다. 최근 들어 고가용성, 확장성에 대한 요구를 해결하기 위해 분산 데이터베이스가 진화함에 따라…
-

Inter-Kubernetes Networking via VPC Peering
1. Introduction It is often desirable by enterprise customers to have standby database cluster/s for data locality and high performance, disaster recovery and/or for mere data backups. Couchbase Cross Data Center Replication (XDCR) requires…
-

Intro to Collections – Dev Preview in Couchbase Server 6.5
Couchbase, a document database, allows great flexibility in storing different types of documents in a single bucket (bucket being the equivalent of a database). There is a frequent need to refer to documents of…
-

Couchbase N1QL(JSON용 SQL)을 위한 비용 기반 최적화기
저자 및 엔지니어링 팀: Bingjie Miao, Keshav Murthy, Marco Greco, Prathibha Bisarahalli. Couchbase, Inc. 규칙 기반 옵티마이저는 모든 것에 대한 규칙은 알지만 비용은 전혀 모른다 – 오스카 와일드 초록(Abstract) Couchbase는 분산형 JSON…
-

Meeting data protection needs for Couchbase Data Platform
In the world where data is the currency, backup & recovery for a database is as essential as any other defining parameter such as consistency or performance because the customers cannot afford data loss…
-

YCSB-JSON: 카우치베이스 및 몽고DB 구현
YCSB는 삽입(insert), 읽기(read), 갱신(update), 삭제(delete), 스캔(scan)과 같은 기본적인 연산을 지원하고 구현하는 모든 드라이버에 의해 쉽게 확장될 수 있도록 만들어진 훌륭한 벤치마킹 도구입니다. YCSB에 의해 도입된 단순한 합성 데이터는 이에 부합합니다...
-

Using YCSB to Benchmark JSON Databases
Bruce Lindsay once said, “There are three things important in the database world: Performance, Performance, and Performance”. Most enterprise architects know, as we progress in database features and architectures, it’s important to measure performance in an…
-

How to Join JSON: Couchbase N1QL vs. MongoDB Query
As NoSQL databases evolved, each added higher level APIs or languages to help programmers to complex things easily. SQL, having done that for relational data, showed the way. In SQL, developers say WHAT needs…