# Postgres를 이용한 Full-Text Search

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4714](https://news.hada.io/topic?id=4714)
- GeekNews Markdown: [https://news.hada.io/topic/4714.md](https://news.hada.io/topic/4714.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-07-28T09:45:15+09:00
- Updated: 2021-07-28T09:45:15+09:00
- Original source: [daesuni.github.io](https://daesuni.github.io/postgres-fulltext-search/)
- Points: 20
- Comments: 4

## Topic Body

글의 대상

- RDBMS에서 간단한 full-text검색 또는 검색기능을 넣고 싶다

- 검색엔진을 개발하기에는 부담스럽다

- 추가 소프트웨어 또는 라이브러리를 설치하기 싫다 (ES, SOLR등)

- Postgres를 사용한다

## Comments



### Comment 6037

- Author: heycalmdown
- Created: 2021-07-28T09:58:41+09:00
- Points: 1

똑같은 상황이었는데 MySQL이라 눈물을 머금고 ES를 설치한 1ㅅ입니다

### Comment 6053

- Author: oshnew
- Created: 2021-07-28T19:54:36+09:00
- Points: 1
- Parent comment: 6037
- Depth: 1

저도 mysql에 ngram으로 잘 사용 중이네뇨

### Comment 6049

- Author: s0400615
- Created: 2021-07-28T15:35:26+09:00
- Points: 2
- Parent comment: 6037
- Depth: 1

궁금한게 있습니다.

mysql도 full text search가 되는데 ES를 사용하신 이유를 알 수 있을까요?

### Comment 6034

- Author: xguru
- Created: 2021-07-28T09:45:20+09:00
- Points: 4

추가로, "Ubuntu Postgresql에 한글 full text search 적용하기"

https://velog.io/@shj5508/Ubuntu-Postgresql%EC%97%90-%ED%95%9C%EA%B8%80-full-text-search-%EC%A0%81%EC%9A%A9%ED%95%98%EA%B8%B0

사실은 CrunchyData 블로그에 "Postgres Full-Text Search: A Search Engine in a Database" 라는 글이 올라왔길래

https://blog.crunchydata.com/blog/postgres-full-text-search-a-search-engine-in-a-database

이 글을 간단히 요약해서 올리려다가, 찾아보니 더 좋은 한국어 글이 있어서 위 링크로 올려봅니다.
