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 |
Tags
- branch prediction
- mesi
- Cache
- nonblocking cache
- way prediction
- structural hazard
- atomic exchange
- theta join
- directory based coherence protocol
- ISA
- pipelined cache
- sequential consistency
- moesi
- speculative execution
- transactional memory
- Subquery
- dependence
- pipline hazards
- 관계형 모델
- cache coherence miss
- load linked
- store conditional
- register renaming
- sql
- pipelined
- cache coherence
- cache optimization
- multibanekd cache
- relational model
- dynamic scheduling
Archives
- Today
- Total
목록관계형 모델 (1)
공대생의 공부흔적
[DB#2] 관계형 모델(Relational Model)
참고: Database Systems: The Complete Book (2nd edition) 이번 글에서는 지난 글에서 살펴본 데이터 모델 중 관계형 모델에 대해 알아볼 것이다. 2024.03.07 - [Database & Big Data] - [DB#1] 데이터 모델 (Data Model)Basics/용어 정리Relation: 데이터를 포함하는 이차원 표Schema: relation 이름과 attribute의 집합 e.g. Movies(title, year, length, genre)Database schema: 데이터베이스의 relation을 위한 schema의 집합Tuple: 각 attribute별로 원소 하나씩을 포함하고 있다. e.g. (Star Wars, 1977, 124, sciFi)In..
Database & Big Data
2024. 3. 7. 17:07