[HBASE] basic
https://www.linkedin.com/pulse/read-write-operations-hbase-prateek-kumar/
Read and Write Operations in HBase
HBase is the open source implementation of Google’s Big Table, with slight modifications. HBase was created in 2007 and was initially a part of contributions to Hadoop which later became a top level Apache project.
www.linkedin.com
https://mrsence.tistory.com/36
HBase 소개
# HBase ------------ 1. 정의 : HDFS에 구현한 분산 컬럼 기반 database 2. hiostory : - 2006년 말 : 구글의 빅테이블(구조화된 데이터용 분산 스토리지 시스템)을 모델 을 기반으로 시작 - 2007년 10월, HBase..
mrsence.tistory.com
https://joswlv.github.io/2018/07/07/HBase_basics/
Jo Blog
Jo Seungwan Blog!~~!
joswlv.github.io
https://it-sunny-333.tistory.com/175
[HBase] 데이터 Read/Write 과정 (memstore, WAL, HFile)
HDFS는 데이터를 읽을 때 랜덤 엑세스가 아니고 Full scan을 한다. 그리고 update가 불가하며 append만 가능하다. HBase는 HDFS에 있는 데이터를 랜덤 엑세스 하게 해주고 데이터를 update 할 수 있게 해준다
it-sunny-333.tistory.com