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
- relational model
- theta join
- structural hazard
- Cache
- directory based coherence protocol
- ISA
- multibanekd cache
- store conditional
- dependence
- pipelined
- 관계형 모델
- speculative execution
- dynamic scheduling
- way prediction
- pipelined cache
- mesi
- transactional memory
- cache coherence miss
- nonblocking cache
- branch prediction
- cache optimization
- moesi
- Subquery
- cache coherence
- load linked
- atomic exchange
- register renaming
- pipline hazards
- sql
- sequential consistency
Archives
- Today
- Total
목록Union (1)
공대생의 공부흔적
[SQL#4] 여러 relation을 포함하는 쿼리: UNION, INTERSECT, EXCEPT
참고: Database Systems: The Complete Book (2nd edition) 지금까지는 하나의 relation에 대한 쿼리만 다루었다. 이번 글에서는 쿼리에 여러 개의 relation을 포함하는 경우 쿼리를 작성하는 법에 대해 알아볼 것이다. 데이터를 하나의 table에만 저장하는 경우 데이터 교환이 쉽고 join에 대한 비용을 회피할 수 있지만, 여러 개의 table에 나누어 저장하는 경우 데이터 업데이트가 쉽고 table에 대한 query가 더 빨라 런타임에서 이득을 볼 수 있다. 여러 relation을 포함하는 쿼리 다음과 같은 relation이 존재한다고 가정하자. Movies(title, year, length, genre, studioName, producerCertNum)..
Database & Big Data/SQL
2024. 3. 15. 16:19