Tag

COW

1 views collected around this technical thread.

Deepin Linux
Deepin Linux
Nov 26, 2024 · Fundamentals

Linux Process Management: Concepts, Implementation, Lifecycle, Scheduling, and Monitoring Tools

This article provides a comprehensive overview of Linux process management, covering fundamental concepts such as tasks and states, the internal task_struct representation, process creation via fork/vfork/clone, execution with execve, lifecycle transitions, scheduling policies, copy‑on‑write optimization, resource limits, and practical tools for monitoring and controlling processes.

COWKerneldaemon
0 likes · 67 min read
Linux Process Management: Concepts, Implementation, Lifecycle, Scheduling, and Monitoring Tools
Architecture Development Notes
Architecture Development Notes
Sep 12, 2024 · Fundamentals

Boost Rust Performance with Clone‑On‑Write (COW): When and How to Use It

This article explains Rust's Clone‑On‑Write (COW) feature, showing how it reduces unnecessary memory allocations, detailing its internal enum variants, typical use cases, performance benefits, limitations, and providing practical code examples for function return values and string concatenation.

COWClone on WriteMemory Optimization
0 likes · 7 min read
Boost Rust Performance with Clone‑On‑Write (COW): When and How to Use It
Xingsheng Youxuan Technology Community
Xingsheng Youxuan Technology Community
Oct 21, 2022 · Big Data

How We Cut Hudi Data Lake Write Costs by Over 85% with Custom Architecture

This article examines the challenges of using Apache Hudi for real‑time data lake writes, analyzes the COW and MOR write models, and presents a custom master‑worker architecture with index optimization and repartitioning that reduces write resource consumption by over 85% while boosting throughput up to 300‑fold.

COWData LakeHudi
0 likes · 14 min read
How We Cut Hudi Data Lake Write Costs by Over 85% with Custom Architecture
Big Data Technology Architecture
Big Data Technology Architecture
Oct 26, 2021 · Big Data

Understanding Apache Hudi Table Types: Copy On Write (COW) vs Merge On Read (MOR)

This article explains Apache Hudi's two table formats—Copy On Write and Merge On Read—by introducing key terminology, describing their file structures and versioning, comparing write and read latency, I/O cost, and write amplification, and concluding with guidance on choosing the appropriate format.

Apache HudiCOWData Lake
0 likes · 9 min read
Understanding Apache Hudi Table Types: Copy On Write (COW) vs Merge On Read (MOR)
Tencent Cloud Developer
Tencent Cloud Developer
Jul 17, 2018 · Operations

Understanding Storage Snapshots: Use Cases and Implementation Principles

Storage snapshots are point‑in‑time, fully usable copies of data that protect against loss, enable testing and analysis, and are implemented mainly via copy‑on‑write or redirect‑on‑write techniques, each with distinct performance and deletion trade‑offs, so selecting the optimal method depends on workload and business requirements.

COWROWSnapshot
0 likes · 10 min read
Understanding Storage Snapshots: Use Cases and Implementation Principles
Architect
Architect
Mar 4, 2016 · Cloud Computing

Understanding Ceph RBD Snapshots, Clones, and Recovery Mechanisms

This article explains the implementation of Ceph RBD snapshots, the associated metadata structures, clone operations, and the detailed recovery processes for both replica and primary OSDs, illustrating how copy‑on‑write and snapshot chains affect data consistency and performance.

COWCephClones
0 likes · 15 min read
Understanding Ceph RBD Snapshots, Clones, and Recovery Mechanisms