본문 바로가기

분류 전체보기

(200)
[HANA] Delta merge-2 (internal) ■ Delta (Differential Buffer) 개요 배경 Inserting new tuples directly into a compressed structure can be expensive Sorted structure인 경우 특히 더~ 신규 데이터에 의해 Dictionary의 변경이 발생 가능 Attribute vector도 변경 가능 실제 사례는 아래 참고 Insert Only Operation 참조 (https://ivans-story.tistory.com/m/54) Delta (Differential Buffer) 신규 데이터는 Delta 영역에 저장됨 Dictionary에 바로 저장이 되어야 하나 Main store와의 병합 시 속도를 위해서 Fast search가 가능한 구조 이용함 ..
[HANA] Internal Columns in CS Table * 1986747 - How-To: Analyzing internal Columns in SAP HANA Column Store ==> m_cs_all_columns 에서 column name으로 확인 Internal Columns 종류 Internal column type Naming convention Description CONCAT_ATTRIBUTE $$$...$ Multi column index (concat attribute) $uc_$ Unique index ROWID $rowid$ Row pointer, unique identifier for a record Rev. >= 92: TEXT Rev. 따라서 해당 컬럼이 더이상 필요하지 않음 이 신기능은 파라미터에 의해서 컨트롤 됨 indexs..
[HANA] 2039883 - FAQ: SAP HANA database and storage snapshots Storage snapshot의 장단점 장점 기본적으로 network, 전체적인 I/O 성능 및 HANA DB 자체의 영향을 거의 주지 않으며 대량의 데이터의 빠른 백업을 제공 반대로 빠른 DB 복구 (RTO)를 제공 Storage 업체에 따라 다름 (중복제거기술 등 감소된 disk space를 제공) 단점 Database의 내부적인 integrity check가 불가 (checksum calculation) Storage snapshot은 손상된 데이터 page를 포함할 수 있음 각 서비스의 특정 data volume뿐만 아니라 전체 DB의 전체 데이터를 고려함 스토리지 시스템에서만 사용할 수 있고 다른 위치 또는 Media에 복제되지 않은 Storage snapshot은 재해 발생 시 Storage ..
[HANA] Delta merge -1 (internal) → 여기서 부터는 "논문에서만 존재하고 구현된 적이 없는 내용입니다. !!!!!" by SAP HANA Lab ('19.4.8 conference call) BUT, L1-Delta가 언급된 부분 해당 논문 p731-sikka.pdf 해당 논문을 정리한 여러 자료들 efficient transaction processing in sap hana https://slideplayer.com/slide/4560338/ https://slideplayer.com/slide/14032908/ Presentation1_CongGuo.pdf ....이외에도 많이 있음 Hasso Plattner의 eBook A course in in-Memory data Management.pdf 레노보에서 나온 자료 https://..
[HANA] (Install) HANA installation 1. DB 기본설치 (17:10)[QA][root@testServer01:~/user1/HDB_SERVER_LINUX_PPC64LE]# ./hdbinst SAP HANA Database installation kit detected. ###################################################################### Warning: Direct usage of hdbinst is not supported. Use hdblcm instead. ###################################################################### SAP HANA Lifecycle Management - Database Installation ..
[HANA] HSR - estimating the maximum retention time 보호되어 있는 글입니다.
[New Tech] AIOps * https://www.gartner.com/smarterwithgartner/how-to-get-started-with-aiops/ How to Get Started With AIOps March 26, 2019 Contributor: Susan Moore How IT operations can use artificial intelligence to monitor data and reduce outage times. Last year, Australia’s two largest supermarket chains suffered nationwide technical issues, forcing the companies to close stores until the issues were fixed. Th..
[HANA] 2700084 - FAQ: SAP HANA Persistent Memory * https://launchpad.support.sap.com/#/notes/2700084 Persistent memory overview 주요 특징 Persistent memory에 있는 데이터는 DRAM에 중복으로 존재하지 않음 Persistent memory에 있는 Column store main store는 DRAM에 저장 되니 않음 전체적인 메모리의 크기는 변하지 않음 DB restart나 crash의 경우에 유요하게 사용 가능 파라미터 설정 memorymanager section global.ini -> [memorymanager] -> global_allocation_limit Unit = MB Memory의 DRAM 부분만 관장함 Persistent memory를 사용하는 경우와 비교하면..