Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Hyperledger fabric gossip protocol
- CORDA
- 플레이프레임워크
- hyperledger fabric
- 파이썬 동시성
- Golang
- 스칼라 동시성
- 파이썬 데이터분석
- 그라파나
- 안드로이드 웹뷰
- Actor
- 하이퍼레저 패브릭
- 엔터프라이즈 블록체인
- Adapter 패턴
- akka 강좌
- 스칼라
- play 강좌
- Akka
- 블록체인
- Play2 로 웹 개발
- 파이썬
- 스위프트
- 파이썬 머신러닝
- 이더리움
- play2 강좌
- 파이썬 강좌
- Play2
- 스칼라 강좌
- 주키퍼
- 하이브리드앱
Archives
- Today
- Total
HAMA 블로그
왜 우버는 PostgreSQL 에서 MySQL 로 갈아탔나? 본문
RDBMS (PostgreSQL)
왜 우버는 PostgreSQL 에서 MySQL 로 갈아탔나?
[하마] 이승현 (wowlsh93@gmail.com) 2016. 10. 20. 18:38https://eng.uber.com/mysql-migration/ 나중에 읽어보자.!!
반박 및 논쟁글은 여기 => https://news.ycombinator.com/item?id=12166585
Conclusion
Postgres served us well in the early days of Uber, but we ran into significant problems scaling Postgres with our growth. Today, we have some legacy Postgres instances, but the bulk of our databases are either built on top of MySQL (typically using our Schemaless layer) or, in some specialized cases, NoSQL databases like Cassandra. We are generally quite happy with MySQL, and we may have more blog articles in the future explaining some of its more advanced uses at Uber.
'RDBMS (PostgreSQL)' 카테고리의 다른 글
파이선에서의 디버깅 (0) | 2017.05.12 |
---|---|
[PostgreSQL] mac 에서 시작하고 멈추기 (0) | 2016.08.28 |
왜 PostgreSQL 을 선택 했나? ( PostgreSQL vs MySQL ) [번역] (0) | 2016.08.02 |
[DB/분산] 초보자를 위한 CAP 이론 (1) | 2016.04.29 |
JDBC 트랜잭션 (0) | 2015.07.30 |
Comments