awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesSegment Pruning Logic

Mechanisms for identifying and querying only the specific server nodes and data segments required for a request.

Distinct from Data Segmentation: Distinct from Data Segmentation: focuses on the query-time pruning of segments based on partition info rather than the segmentation process itself.

Explore 1 awesome GitHub repository matching data & databases · Segment Pruning Logic. Refine with filters or upvote what's useful.

Awesome Segment Pruning Logic GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • apache/pinotAvatar de apache

    apache/pinot

    6,098Voir sur GitHub↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Identifies and queries only the specific server nodes and data segments required for a request based on partition information to minimize scanning.

    Java
    Voir sur GitHub↗6,098
  1. Home
  2. Data & Databases
  3. Data Segmentation
  4. Segment Pruning Logic