2 repository-uri
Stores filesystem metadata in small two-block logs that can be updated atomically, ensuring consistency after power loss.
Distinct from Atomic Commit Logs: Distinct from Atomic Commit Logs: uses a two-block log structure specifically for filesystem metadata, not general database commit logs.
Explore 2 awesome GitHub repositories matching data & databases · Two-Block Metadata Logs. Refine with filters or upvote what's useful.
Stores filesystem metadata in two-block logs that update atomically to survive power loss.
This repository is a collection of technical knowledge and solutions focused on mobile application development, particularly for Android and iOS platforms. It covers a wide range of practical engineering challenges, including hotfix and patching techniques, database management and repair, network communication, logging, and video processing. The content is presented as shared knowledge, documenting real-world problems and their implementations. The project provides detailed guidance on applying hotfixes to running Android applications through multiple methods, such as class replacement, full
Uses fixed-size compression blocks to isolate log corruption so one block's damage does not spread.