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 | 31 |
Tags
- Golang
- 플레이프레임워크
- Hyperledger fabric gossip protocol
- 스칼라 강좌
- 파이썬 데이터분석
- 파이썬 동시성
- 스칼라
- Play2
- Adapter 패턴
- 스칼라 동시성
- 블록체인
- 그라파나
- play2 강좌
- Play2 로 웹 개발
- 스위프트
- 파이썬
- 파이썬 머신러닝
- 주키퍼
- 안드로이드 웹뷰
- 하이브리드앱
- Akka
- 이더리움
- 하이퍼레저 패브릭
- hyperledger fabric
- CORDA
- play 강좌
- 엔터프라이즈 블록체인
- Actor
- 파이썬 강좌
- akka 강좌
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