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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • sfu-db/connector-xAvatar von sfu-db

    sfu-db/connector-x

    2,561Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗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