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
- mesi
- multibanekd cache
- Subquery
- transactional memory
- pipelined
- ISA
- structural hazard
- cache coherence
- speculative execution
- nonblocking cache
- pipline hazards
- dynamic scheduling
- load linked
- store conditional
- cache coherence miss
- directory based coherence protocol
- sequential consistency
- branch prediction
- 관계형 모델
- moesi
- relational model
- theta join
- Cache
- atomic exchange
- register renaming
- way prediction
- pipelined cache
- cache optimization
- dependence
- sql
Archives
- Today
- Total
목록theta join (1)
공대생의 공부흔적
[SQL#6] 서브쿼리(Subquery) (2) - join, natural join, outer join
참고: Database Systems: The Complete Book (2nd edition) - 6.3 Subqueries 이번 글에서는 서브쿼리 중 SQL의 join에 대해 알아볼 것이다. 두 개의 relation은 product, theta join, natural join, outerjoin으로 join될 수 있다. 예시를 바탕으로 하나씩 알아보자. Movies(title, year, length) StarsIn(movieTitle, movieYear, starName) Movies title year length StarsIn movieTitle movieYear starName t1 y1 l1 t1 y1 s1 t1 y2 l2 t2 y2 s2 Cross Join (product) 가장 간단한 ..
Database & Big Data/SQL
2024. 3. 16. 00:17