2 مستودعات
Techniques for incrementally loading metadata to reduce latency when accessing historical versions.
Distinct from Data Loading Optimizations: Focuses on the incremental loading of log metadata for time-travel, not general data entity loading.
Explore 2 awesome GitHub repositories matching data & databases · Metadata Loading Optimizations. Refine with filters or upvote what's useful.
Delta is a lakehouse table format that brings ACID transactions and data warehouse consistency to large scale data lakes on cloud object storage. It serves as an ACID transaction manager, coordinating atomic commits and serializable isolation for concurrent reads and writes across distributed compute engines. The project provides a multi-engine interoperability layer that uses format translation to allow diverse SQL engines and processing frameworks to read and write the same tables. It functions as a data versioning system, utilizing a transaction log to enable time travel, historical snapsh
Loads log metadata incrementally when switching versions to reduce latency during time travel.
GPAC is an open-source multimedia framework built around a pluggable filter graph pipeline, where modular processing units called filters connect into a directed graph to handle media workflows. At its core, the framework centers all media packaging and manipulation on the ISO Base Media File Format (ISOBMFF), with specialized tools for reading, writing, fragmenting, and encrypting MP4 and related containers. It also provides a declarative scene graph composition system for describing interactive multimedia scenes using MPEG-4 BIFS, X3D, SVG, or VRML syntax, alongside a hardware-accelerated re
Loads known inband metadata from SEI messages and exposes them as packet properties for downstream processing.