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
- branch prediction
- Cache
- load linked
- Subquery
- mesi
- way prediction
- ISA
- structural hazard
- cache coherence miss
- nonblocking cache
- dependence
- sql
- pipelined cache
- register renaming
- multibanekd cache
- pipelined
- theta join
- pipline hazards
- transactional memory
- speculative execution
- sequential consistency
- cache optimization
- relational model
- moesi
- cache coherence
- store conditional
- dynamic scheduling
- 관계형 모델
- atomic exchange
- directory based coherence protocol
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