# ParadeDB - PostgreSQL for Search

> Clean Markdown view of GeekNews topic #12779. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=12779](https://news.hada.io/topic?id=12779)
- GeekNews Markdown: [https://news.hada.io/topic/12779.md](https://news.hada.io/topic/12779.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2024-01-10T10:14:02+09:00
- Updated: 2024-01-10T10:14:02+09:00
- Original source: [github.com/paradedb](https://github.com/paradedb/paradedb)
- Points: 22
- Comments: 2

## Topic Body

- Postgres 기반으로 만든 ElasticSearch 대체제 오픈소스  
  - 검색부터 시작해서 ElasticSearch 제품군의 기능을 구축하는 것이 목표   
- Full Text 검색 지원. 설정 가능한 Tokenizer 및 17개 언어의 어간 추출(Stemming)  
  - korean_lindera 토크나이저로 한국어 검색 지원   
- 유사도 검색(pg_vector) 및 하이브리드 검색 지원   
- BM25 스코어링 알고리듬 사용   
- 자동으로 인덱스를 샤딩하여 분산 검색

## Comments



### Comment 22136

- Author: bbulbum
- Created: 2024-01-10T11:33:18+09:00
- Points: 1

postgres 엔진이 좋긴 좋은가봐요.. postgresql 의 한계는 어디까지인가...!

### Comment 22135

- Author: secret3056
- Created: 2024-01-10T11:30:36+09:00
- Points: 1

이전에 비해서 지원 언어가 많이 늘었네요  
https://news.hada.io/topic?id=11287
