# mvSQLite - SQLite 호환 분산 Database

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7232](https://news.hada.io/topic?id=7232)
- GeekNews Markdown: [https://news.hada.io/topic/7232.md](https://news.hada.io/topic/7232.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-08-22T09:35:41+09:00
- Updated: 2022-08-22T09:35:41+09:00
- Original source: [github.com/losfair](https://github.com/losfair/mvsqlite)
- Points: 15
- Comments: 2

## Topic Body

- SQLite의 OS portability 레이어인 VFS를 이용,   
  애플의 분산 키밸류 저장소 오픈소스인 FoundationDB 를 스토리지 레이어로 사용   
- 단순 replicate가 아닌 read/write 모두에 대한 scalability 제공   
- `LD_PRELOAD=libmvsqlite_preload.s` 를 추가하는 것만으로 작동. 기존 SQLite 이용 코드를 변경할 필요 없음  
- 자동 샤딩

## Comments



### Comment 11957

- Author: galadbran
- Created: 2022-08-22T13:35:41+09:00
- Points: 1

이런 주제에서 애플이 나오니까 왠지 신선한 느낌이 들어요 ^^;

### Comment 11941

- Author: xguru
- Created: 2022-08-22T09:35:43+09:00
- Points: 1

소개글 : [Turning SQLite into a distributed database](https://heyang.blueboat.app/posts/mvsqlite)  
  
[rqlite - SQLite 기반의 가벼운 분산 데이터베이스](https://news.hada.io/topic?id=3636)  
[저는 서버사이드 SQLite에 올인합니다](https://news.hada.io/topic?id=6557)  
[Litestream - SQLite 스트리밍 복제 도구](https://news.hada.io/topic?id=6438)  
[SQLite를 Primary DB로 사용해보신 분?](https://news.hada.io/topic?id=6498)
