awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesPartition-Targeted Queries

Executing operations on specific cluster partitions to optimize performance and reduce network overhead.

Distinct from Partitioned Synchronization: Distinct from Partitioned Synchronization: focuses on query routing to specific partitions rather than selective data synchronization.

Explore 2 awesome GitHub repositories matching data & databases · Partition-Targeted Queries. Refine with filters or upvote what's useful.

Awesome Partition-Targeted Queries 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.
  • hazelcast/hazelcastAvatar de hazelcast

    hazelcast/hazelcast

    6,570Voir sur GitHub↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Allows executing queries on specific cluster partitions to minimize network overhead and improve performance for localized data access.

    Javabig-datacachingdata-in-motion
    Voir sur GitHub↗6,570
  • 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

    Restricts data update operations to specific partitions by matching partition column values against segment metadata.

    Java
    Voir sur GitHub↗6,098
  1. Home
  2. Data & Databases
  3. Data Partitioning
  4. Partitioned Synchronization
  5. Partition-Targeted Queries