# Stanchion - SQLite에 컬럼 기반 테이블을 추가하는 확장

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=13292](https://news.hada.io/topic?id=13292)
- GeekNews Markdown: [https://news.hada.io/topic/13292.md](https://news.hada.io/topic/13292.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2024-02-10T10:31:02+09:00
- Updated: 2024-02-10T10:31:02+09:00
- Original source: [github.com/dgllghr](https://github.com/dgllghr/stanchion)
- Points: 7
- Comments: 0

## Topic Body

- 기존 SQLite에 Column-Oriented 저장 기능을 추가   
  - 지표, 로그, 이벤트 데이터등의 저장 및 처리   
  - 시계열 데이터 저장 및 분석   
  - 많은 로우와 소수의 컬럼에 대한 분석 쿼리 수행   
  - 변경 추적 및 히스토리/임시 테이블   
- 주어진 쿼리에서 참조하는 열의 데이터만 스캔하기 때문에 분석 쿼리 및 넓은 테이블에 이상적  
- 실행 길이 및 비트 패킹 인코딩과 같은 압축 기술을 사용해 저장된 데이터의 크기를 크게 줄여서 대규모 데이터 세트의 비용을 크게 절감

## Comments



_No public comments on this page._
