[태그:] 색인
-

Enhancing Performance Using XATTRs for Vector Storage and Search
With the introduction of vector search, users can now store large vector arrays—often made up of seemingly arbitrary numbers—within their documents. Since this data isn’t required for most standard queries, users can now leverage…
-

Vector Search Performance: The Rise of Recall
Introducing vector search (KNN), with its distance-based similarity scoring, into the existing Search paradigm necessitated a shift in how we thought about “relevant” results and how to measure them. Text based indexes use tf-idf…
-

Twitter Thread tl;dr With AI? Part 1
Because who has the time ? (also part 1 because it took me further than I expected 😬) Couchbase recently introduced support for Vector Search. And I have been looking for an excuse to…
-

리밸런싱의 재상상: 파일 전송을 통한 Couchbase 인덱스 서비스의 더 빠른 확장
데이터베이스 리소스의 더 빠른 확장은 효율적이고 성능이 우수한 데이터베이스를 유지하는 데 필수적이며, 특히 데이터 수집 압박 증가, 쿼리 요구 사항 증가, 장애 조치를 원활하게 처리해야 할 필요성이 커짐에 따라 더욱 그렇습니다. 애플리케이션 기반 쿼리가…
-

데이터베이스 성능을 향상시키는 방법: 실천할 수 있는 5가지 단계
성능 모니터링 솔루션 배포 Couchbase의 최신 상용 버전 사용 그에 맞춰 인프라 규모 산정 준비된 문장(Prepared Statements) 사용 인덱스 최적화 더 나은 데이터베이스 성능을 향상시키는 길에는 많은 단계가 있습니다. 하지만 우선...
-

인덱싱 서비스에서 동시 인덱스 생성 지원
현대 애플리케이션은 다수의 마이크로서비스 집합으로 구현됩니다. 이러한 각 마이크로서비스는 다른 많은 마이크로서비스와 독립적으로 실행될 수 있습니다. 이러한 애플리케이션은 기본 데이터베이스가 멀티테넌시를 지원할 것을 기대합니다. Couchbase Server 7.0...
-

Couchbase 스코프 및 컬렉션에서 전문 검색(Full-Text Search)을 사용하는 방법
전문 검색 서비스는 Couchbase 7.0의 Scope 및 Collection 도입을 통해 이제 클러스터 전반에서 향상된 검색 성능과 리소스 활용도를 제공합니다. 잠시 되돌아보자면, 7.0 릴리스는...
-

Data Structures & Queries with Couchbase N1QL (SQL for JSON)
In the Data Structures for NoSQL Applications post, we used simplified JSON data access through native collections, maps, and more. This post demonstrates querying that data using higher-level N1QL queries, the SQL-based language for…
-

Database Pagination: Using OFFSET and Keyset in N1QL
Read the pagination background in my previous article: https://www.couchbase.com/blog/optimizing-database-pagination-using-couchbase-n1ql/ Pagination is the task of dividing the potential result into pages and retrieving the required pages, one by one on demand. Using OFFSET and LIMIT…
-

CAP Theorem and Chaos at CodeMash Conference – January 2017 (Videos)
I was again honored to be selected as a speaker at the great CodeMash conference in Ohio. I took part in three speaking events: Are You Ready for Chaos? Horizontal Scaling in a Briefcase…
