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
·

1 dépôt

Awesome GitHub RepositoriesParallel SQL Loading

Partitioning SQL queries to download data across simultaneous threads for increased ingestion speed.

Distinct from Data Parallelism Frameworks: Distinct from Data Parallelism Frameworks: focuses specifically on the partitioning and parallel downloading of SQL query results.

Explore 1 awesome GitHub repository matching devops & infrastructure · Parallel SQL Loading. Refine with filters or upvote what's useful.

Awesome Parallel SQL Loading 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.
  • sfu-db/connector-xAvatar de sfu-db

    sfu-db/connector-x

    2,561Voir sur GitHub↗

    Connector-X is a high-performance SQL data extraction library and bridge for transferring relational database records into memory-efficient data structures. It functions as a parallel database connector and federated query engine capable of executing and joining queries across multiple remote database connections to aggregate data locally. The project distinguishes itself through a zero-copy approach to data loading, which transfers SQL query results into memory structures without duplicating data. It maximizes throughput by partitioning SQL queries into threads, employing parallel columnar a

    Increases data throughput by splitting SQL queries into partitions and downloading them via multiple simultaneous threads.

    Rustcppdatabasedataframe
    Voir sur GitHub↗2,561
  1. Home
  2. DevOps & Infrastructure
  3. Load Balancing
  4. Partitioning Algorithms
  5. Parallel Work Partitioning
  6. Data Parallelism Frameworks
  7. Parallel SQL Loading