Fluid
  • 首页
  • 归档
  • 分类
  • 标签
  • 关于

10: Lock and Condition Variables Design

OS Conceptual Framework OS Conceptual Framework Figure 1: OS Conceptual Framework physical addresses shared processes and address translation CPU must be shared threads processes aren’t tr
2026-01-01
The Operating System

9: Scheduling

Scheduling Concept Why we need scheduling? For multitasks and concurrency. Scheduling is only useful when there is not enough resources. preemption is the basic assumption for fine-grained schedulin
2025-12-31
The Operating System

8: Demand Paging

Demand Paging Modern programs require a lot of physical memory, but they don’t use all their memory all of the time. 90-10 rule: programs spend 90% of their time in 10% of their code. Use main memor
2025-12-31
The Operating System

Chapter 17: Transactions

Transaction Management A single user’s access to the database (DB) is represented as one or more transactions executed by the Database System (DBS), including operations such as select, insert, dele
2025-12-22
数据库系统原理

Chapter 16: Query Optimization

Based on 12 rules to optimize relational algebra expression
2025-12-21
数据库系统原理

Chapter 6: Database Design Using the ER Model

In this chapter, we focus on conceptual design.
2025-12-20
数据库系统原理

Chapter 7: Relational Database Design: Schema Normalization

*Features of Good Relational Design flowchart TD A[Application problems in real words] -->|Requirements analysis| B[Specification of user requirements] B -->|Conceptual DB design| C[DB
2025-12-20
数据库系统原理

Chapter 5: Advanced SQL

Accessing SQL from a Programming Language API (application program interface) to interact with DB server Application conducts data processing, and makes calls to Connect with the database server Se
2025-12-20
数据库系统原理

Chapter 4: Intermediate SQL

Join Expressions Def. Join operations take two relations and return as a result another relation. Def. Join operations is a Cartesian product requires that tuples in two relations match. Def. Join co
2025-12-19
数据库系统原理

Reliable FS

Threats to FS Reliability Operation interruption A crash or power failure A file operation often consists of many I/O updates to the storage An example: mv ./dir1/file1 ./dir2/file2 Writing the dir
2025-12-15
The Operating System
123…7

搜索

Hexo Fluid
© 2025 ddccffq. All Rights Reserved.
用代码改变世界,以技术创造价值