DB

    [Database] HANA DB - Delta merge

    [Database] HANA DB - Delta merge

    Delta Merge 작업이란? HANA DB에서 DB공간에 Write 작업은 Delta Storage에서만 수행됩니다. 데이터를 메모리 소모와 읽기 성능 측면에서 최적화된 형식으로 변환하기 위해서는 Main Storage로 전송되어야 합니다. 이는 Delta Merge 작업을 통해 수행됩니다. Delta Merge 프로세스 순서 Before Merge: Delta Merge 작업 전에 모든 write 작업은 Delta1 Storage에 작성되고, 모든 read 작업은 Main1 및 Delta1 Storage에서 읽습니다. During Merge: Delta Merge 작업이 실행되는 동안 아래와 같은 작업이 진행됩니다 모든 Write 작업은 두 번째 Delta2 Storage에서 쓰기작업이 진행됩니다...

    [Database] Tibero - sysdate와 Timestamp 정리

    [Database] Tibero - sysdate와 Timestamp 정리

    sysdate 1.sysdate의 경우 년월일시분초 까지 표현 가능 2. SYSDATE 활용 - 날짜를 포맷 적용하여 문자열로 변환 INSERT 문 1. INSERT INTO TABLE_NAME(colum1, colum2 ...) values('A', sysdate) 2. INSERT INTO TABLE_NAME(colum1, colum2 ...) values('A', to_char(sysdate,'yyyy-MM-dd HH:mm:ss')) SELECT 문 SELECT sysdate FROM dual; timestamp 1. systimestamp의 경우 년월일시분초 밀리세컨드 까지 표현 가능 (systimestamp를 사용하려면 timestamp 타입으로 지정해야 한다.) INSERT 문 1. INSER..

    [Sybase] Sybase DB - isql Login command

    Sybase Login Command isql –S –U -P -S server Specifies the name of the Adaptive Server to connect to. isql looks this name up in the interfaces file. If you specify -S with no argument, isql looks for a server named SYBASE. If you do not specify -S, isql looks for the server specified by your DSQUERY environment variable. -U username Specifies a case-sensitive login name. -P password specifies y..

    [SAP EAI] BC_DDDBTABLERT not found

    Error Message: Caused by: BC_DDDBTABLERT not found. Specify owner.objectname or use sp_help to check whether the object exists (sp_help may produce lots of output). OpenSQLExceptionCategories: [NON_TRANSIENT, DB_OBJECT_UNKNOWN], OpenSQLException: BC_DDDBTABLERT not found. Specify owner.objectname or use sp_help to check whether the object exists (sp_help may produce lots of output). OpenSQLExcep..

    [EAI] SAP EAI - Sybase error: SQL error 7794

    에러내용 ABAP Stack Queue Error Message: Short dump occurred when executing message in qRFC queue queueid: Date/time XXXX.XX.XX 00:00:00, user userid, runtime error: SQL error 7794 when accessing table SXMSPMAST. 에러원인 - SXMSPMAST table 접근 도중에 SQL 에러(Sybase) 7794 발생 (ABAP Stack Queue 에러) SQL error 7794: You cannot scan table '%.*s' at isolation level 0 because another process is running a utility com..

    [SAP EAI] 'sybase/SID' Disk full issue

    개발환경 SAP Adaptive Server Enterprise (ASE) 15.7 and 16.0 for Business Suite SAP NetWeaver (NW) - All versions SAP Adaptive Server Enterprise 15.7 ; SAP Adaptive Server Enterprise 16.0 ; SAP NetWeaver Issue the file in SID.log was growing in the path '/sybase/SID/ASE-16_0/install'. 해결방안 1) System Restart - Stop the SAP EAI System, including the database - move the SID.log to another filesystem or ..