Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- HTML Special Entity
- BRIN
- Maven Project
- NestJS
- Java
- orioledb
- NextJs
- OGM
- JSP
- graph database
- Next.js
- loadcomplete
- tomcat
- HTML Code
- STS
- 서브라임 텍스트
- Spring Boot
- Eclipse
- MariaDB
- maven
- Spring
- springboot
- Windows 10
- PG-Strom
- tortoise SVN
- PostgreSQL
- Spring Cloud
- Can't load AMD 64-bit .dll on a IA 32-bit platform
- exit code = -805306369
- typeorm
Archives
- Today
- Total
목록GIST (1)
Undergoing
PostgreSQL - GiST
PostgreSQL 공식 사이트 번역 GiST? - GiST : Generalized Search Tree의 약어임 - 임의의 인덱싱 스키마를 구현하는 기본 template 역할을 하는 - B-trees, R-trees 및 여러 인덱싱 스키마는 GiST를 통해 구현할 수 있음 - GiST의 장점 중 하나는 DB 전문가가 아닌 data 유형 영역의 전문가가 적절한 엑세스 방법으로 사용자 정의 데이터 유형을 개발할 수 있음 내장된 연산자 클래스 이름 인덱싱된 데이터 타입 인덱싱 가능한 연산자 Ordering Operators box_ops box && &> & & > >>= > >= key); data_type *new = DatumGetDataType(newentry->key); *penalty = my_..
개발/DB
2021. 12. 8. 01:54