# TigerBeetle: 회계에 특화된 OLTP 데이터베이스

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=19279](https://news.hada.io/topic?id=19279)
- GeekNews Markdown: [https://news.hada.io/topic/19279.md](https://news.hada.io/topic/19279.md)
- Type: news
- Author: [carnoxen](https://news.hada.io/@carnoxen)
- Published: 2025-02-17T23:49:44+09:00
- Updated: 2025-02-17T23:49:44+09:00
- Original source: [tigerbeetle.com](https://tigerbeetle.com/)
- Points: 8
- Comments: 2

## Summary

TigerBeetle은 회계에서 사용되는 대/차 개념을 구현한 OLTP 데이터베이스로, 안정성과 정확성을 확보하기 위해 NASA의 소프트웨어 제작 규칙을 준수합니다. 2018년의 프로토콜 감지 복구 연구를 기반으로 로컬 스토리지 장애를 극복하며, 적은 비용으로 1,000억 건 이상의 트랜잭션을 처리할 수 있습니다. 소스 코드는 GitHub에서 확인할 수 있습니다.

## Topic Body

* 회계에서 쓰이는 '대/차(Debit/Credit) 개념'을 구현함  
* 안정성/정확성을 확보하기 위해 [NASA의 소프트웨어 제작 10가지 규칙](https://news.hada.io/topic?id=19260) 준수  
* [2018년의 프로토콜 감지 복구에 대한 연구](https://www.usenix.org/conference/fast18/presentation/alagappan)를 토대로 로컬 스토리지 장애 극복  
* 적은 비용으로 1,000억 건이 넘는 트랜잭션 처리 가능  
* 소스 코드: https://github.com/tigerbeetle/tigerbeetle

## Comments



### Comment 34733

- Author: xguru
- Created: 2025-02-18T09:28:08+09:00
- Points: 3

[2025년을 위한 7개의 데이터베이스 ](https://news.hada.io/topic?id=18153) 에서 간단한 설명을 보실수 있습니다.   
1. PostgreSQL: 기본 데이터베이스  
2. SQLite: 로컬-우선 데이터베이스  
3. DuckDB: 모든 것을 질의할 수 있는 데이터베이스  
4. ClickHouse: 컬럼형 데이터베이스  
5. FoundationDB: 레이어드 데이터베이스  
6. TigerBeetle: 철저하게 정확한 데이터베이스  
7. CockroachDB: 글로벌 데이터베이스

### Comment 34744

- Author: carnoxen
- Created: 2025-02-18T10:27:39+09:00
- Points: 1
- Parent comment: 34733
- Depth: 1

감사합니다-
