티스토리 뷰

공부

[HBASE] basic

승가비 2021. 12. 21. 12:21
728x90

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

 

728x90

'공부' 카테고리의 다른 글

[Spark] install  (0) 2021.12.27
[programers] 순위검색 (dfs & binary search)  (0) 2021.12.26
[Java] Heap (add & peek & poll)  (0) 2021.12.20
[Java] Palindrome  (0) 2021.12.20
[Java] Array stream max  (0) 2021.12.19
댓글