Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- sql
- ISA
- sequential consistency
- directory based coherence protocol
- Cache
- register renaming
- speculative execution
- cache optimization
- transactional memory
- 관계형 모델
- cache coherence miss
- dependence
- atomic exchange
- load linked
- theta join
- structural hazard
- multibanekd cache
- store conditional
- cache coherence
- relational model
- dynamic scheduling
- pipelined cache
- pipelined
- way prediction
- nonblocking cache
- pipline hazards
- branch prediction
- Subquery
- moesi
- mesi
Archives
- Today
- Total
목록database (1)
공대생의 공부흔적
[DB#1] 데이터 모델 (Data Model)
참고: Database Systems: The Complete Book (2nd edition) 데이터 모델 데이터나 정보를 표현하기 위한 방법으로, 일반적으로 다음 세 부분으로 구성되어 있다. 데이터 구조: 데이터를 구현하기 위한 관념적 모델로서, array나 list와 같은 물리적 모델보다 높은 레벨을 의미 데이터 연산: 정보 회수를 위한 쿼리(query) 연산과 데이터베이스를 바꾸는 수정(modification) 연산만을 허용한다. 이러한 한계는 프로그래머가 데이터베이스 연산을 high level에서 표현할 수 있도록 해준다는 장점이 있다. 데이터 제약사항: 데이터가 가질 수 있는 형태에 대한 제약사항을 포함하는 경우가 많다. 범위 제한과 같은 단순한 조건에서부터 복잡한 조건까지 가질 수 있다. 이..
Database & Big Data
2024. 3. 7. 15:21