Query performance factor 객체

Query performance factor 객체 (Query performance factor object)

Redis Software의 REST API에서 사용하는 객체 정의 페이지예요. 이 객체는 데이터베이스의 query performance factor(질의 성능 계수)와 관련 필드를 설정합니다. REST API에서 데이터베이스(bdb) 객체를 다룰 때 이 옵션을 어떻게 지정하는지 알면 유용하죠.

출처: Redis 공식 문서 — query-performance-factor

객체 개요

이 객체는 query performance factor와 관련 필드를 설정해요.

필드 (Fields)

필드 (Field) 타입/값 (Type/Value) 설명 (Description)
active boolean (기본값: false) true이면 데이터베이스에서 query performance factor를 활성화합니다
scaling_factor integer (범위: 0-16) (기본값: 0) query performance factor의 크기(magnitude)를 조정합니다

더 알아보기 (Learn more)