awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesOn-Demand Chunk Compression

Triggering compression on specific hypertable chunks on demand instead of relying on an automated policy.

Distinct from Data Compression: Distinct from Data Compression: specifies manual, on-demand compression of individual chunks rather than general data compression techniques.

Explore 3 awesome GitHub repositories matching data & databases · On-Demand Chunk Compression. Refine with filters or upvote what's useful.

Awesome On-Demand Chunk Compression GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • timescale/timescaledbAvatar timescale

    timescale/timescaledb

    21,876Vezi pe GitHub↗

    TimescaleDB is an open-source PostgreSQL extension that adds native time-series capabilities to the database. At its core, it transforms standard PostgreSQL tables into hypertables—automatically partitioned by time intervals—so data is stored in fixed-size chunks without manual sharding. The extension includes a library of over 200 built-in SQL functions purpose-built for time-series workloads, such as time bucketing, gap filling, percentile estimation, and time-weighted averages. What distinguishes TimescaleDB from generic PostgreSQL is its set of integrated time-series features that work th

    Implements chunk-level data skipping that filters out irrelevant partitions during query execution.

    Canalyticsdatabasefinancial-analysis
    Vezi pe GitHub↗21,876
  • gilbarbara/logosAvatar gilbarbara

    gilbarbara/logos

    6,754Vezi pe GitHub↗

    Logos is a curated collection of optimized SVG logos for developer tools and brands, stored as individual SVG files in a flat directory structure. The collection is manually selected and optimized to ensure quality and consistency, with each logo served as a raw SVG file that browsers and tools can render natively. The collection supports direct file-system access through its flat directory storage, and includes a lightweight index of brand names and file paths for fast keyword-based logo lookup. Logos are delivered as static assets over HTTP, relying on standard web server caching for perfor

    Applies SVG optimization to reduce file size while preserving visual fidelity of logos.

    SVGlogossvg
    Vezi pe GitHub↗6,754
  • pheralb/svglAvatar pheralb

    pheralb/svgl

    5,578Vezi pe GitHub↗

    Applies SVGO compression to SVG logos on demand without modifying the stored originals.

    TypeScripthacktoberfestlogosopen-source
    Vezi pe GitHub↗5,578
  1. Home
  2. Data & Databases
  3. Data Compression
  4. On-Demand Chunk Compression

Explorează sub-etichetele

  • Chunk Skipping OptimizationsQuery-time elimination of irrelevant data chunks and columnar batches to reduce scan overhead on partitioned tables. **Distinct from On-Demand Chunk Compression:** Distinct from On-Demand Chunk Compression: focuses on query-time partition pruning and metadata-based skipping, not compression triggering.
  • SVG CompressionsApplies SVGO compression to SVG markup only when requested, returning optimized code without altering stored originals. **Distinct from On-Demand Chunk Compression:** Distinct from On-Demand Chunk Compression: compresses SVG vector graphics, not database hypertable chunks.