HANA/System Administration SAP HANA 테이블 파티셔닝 파티셔닝 관련 유용한 쿼리 해당 테이블의 파티션 정보 확인 SELECT * FROM M_TABLE_PARTITIONS WHERE TABLE_NAME='테이블명' HASH 파티션 하기 alter table SAPHANADB.PRCD_ELEMENTS PARTITION BY HASH (KNUMV) PARTITIONS 12; alter table SAPHANADB.MBEWH PARTITION BY HASH (MATNR) PARTITIONS 12; alter table SAPHANADB.ACCTCR PARTITION BY HASH (AWREF) PARTITIONS 12; 소요시간 Statement 'alter table SAPHANADB.PRCD_ELEMENTS PARTITION BY HASH (KNUMV) PA.. HANA/System Administration 2022. 9. 28. Remove Service in MultiTenant DB ( HANA DB 불일치 Inconsistencies ) 서비스 확인하기 SELECT * FROM "M_SERVICES" Tenant DB에 접속하여 서비스 정보를 확인합니다. 제거하고자 하는 서비스 이름과 서비스 Port를 확인합니다. 서비스 제거 ALTER SYSTEM ALTER CONFIGURATION ('topology.ini', 'system') UNSET ('/host/Host명/서비스명','서비스포트') WITH RECONFIGURE Host 및 서비스명과 서비스 포트를 넣고 서비스를 제거합니다. 아래 포스팅에서 내용이 자세히 설명되어 있습니다. 참고하시면 될것 같습니다. https://sapbasisworld.com/sap-hana-service-inconsistencies/ SAP HANA Service Inconsistencies - SAP .. HANA/System Administration 2022. 6. 23. SAP HANA DB Log Volume Full SAP HANA Log Volumes Each log volume contains the file logsegment__directory.dat and one or more log segment files (logsegment__.dat). Currently only one log partition is supported for each service, so the default file names are logsegment_000_directory.dat and logsegment_000_00000000.dat, logsegment_000_00000001.dat, logsegment_000_00000002.dat and so on. Log segment files are cyclically overwr.. HANA/System Administration 2022. 6. 20. Delta Merge Operation ( 델타머지 ) 델타 병합 (Delta Merge) 작업이란? 쓰기 작업은 델타 스토리지영역에서만 수행이 됩니다. 데이터를 메모리 사용 및 읽기 성능 측면에서 최적화된 형식으로 관리를 하려면 데이터를 주 저장소로 이동을 해야 합니다. 이 작업은 델타 병합 작업에 의해서 수행되게 됩니다. 1. 병합 작업 전에 모든 쓰기 작업은 Delta1 저장소로 이동하고 모든 읽기 작업은 Main1 및 Delta1 저장소에서 읽습니다. 2. 병합 작업이 실행되는 동안 다음과 같은 상황이 발생합니다. a. 모든 쓰기 작업은 두 번째 델타 스토리지인 Delta2로 이동합니다. b. 읽기 작업은 원래 주 저장소인 Main1과 델타 저장소인 Delta1 및 Delta2에서 읽습니다. c. Delta1 의 커밋되지 않은 변경 사항은 Delta2.. HANA/System Administration 2022. 5. 19. SAP HANA System Configureation Files ( ini files ) SAP HANA Config File (ini) Layer Description Default The default value for the property System The system-specific value for the property ( configurable in the system database ) If a system-specific value is not configured for a property, the default value applies. Database The database-specific value for ther property ( configurable in the system or tenant database ) For some properties, it is .. HANA/System Administration 2022. 4. 28. 이전 1 다음