Topic: "query-optimizer"
postgrespro/aqo
Adaptive query optimization for PostgreSQL
Language: C - Size: 7.07 MB - Last synced at: 4 days ago - Pushed at: about 2 months ago - Stars: 455 - Forks: 55

alibaba/pilotscope
PilotScope is a middleware to bridge the gaps of deploying AI4DB (Artificial Intelligence for Databases) algorithms into actual database systems.
Language: Python - Size: 122 MB - Last synced at: 9 months ago - Pushed at: 10 months ago - Stars: 140 - Forks: 17

liancheng/spear
A playground for experimenting ideas that may apply to Spark SQL/Catalyst
Language: Scala - Size: 1.84 MB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 137 - Forks: 54

jynus/query-optimization
Slides and material for MySQL and MariaDB query optimization.
Size: 14.6 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 77 - Forks: 6

zhouqingqing/qpmodel
A Relational Optimizer and Executor
Language: C# - Size: 30.7 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 66 - Forks: 20

derhuerst/pev2-cli
Run the PostgreSQL Explain Visualizer 2 (pev2) from the command line.
Language: JavaScript - Size: 66.4 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 26 - Forks: 1

tuannh982/query-planner-guide
build your own query planner
Language: Scala - Size: 3.39 MB - Last synced at: 27 days ago - Pushed at: 6 months ago - Stars: 26 - Forks: 1

wyfunique/DBSim
The codebase for DBSim
Language: Python - Size: 171 KB - Last synced at: 10 days ago - Pushed at: about 2 years ago - Stars: 15 - Forks: 2

Syrian-Open-Source/laravel-query-helper
Laravel package helps you to execute more effective databases queries, delete, update, insert, and optimize your database queries.
Language: PHP - Size: 98.6 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 15 - Forks: 2

dgillis/pg_json_query
Use JSON objects to generate PostgreSQL WHERE clause expressions.
Language: PLpgSQL - Size: 104 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 0

durner/Query-Optimization-TUM-IN2219
Homework for Query Optimization - a TUM Computer Science Course
Language: C++ - Size: 1.87 MB - Last synced at: 25 days ago - Pushed at: over 8 years ago - Stars: 7 - Forks: 2

yunpengn/CS3223
Database Systems Implementation @ NUS SoC
Language: Java - Size: 978 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 5

clflushopt/glint.java
Query Engine in Java with Vectorized and Data Driven Code Generation and Arrow & Parquet support
Language: Java - Size: 177 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

ZhengtongYan/query-optimizer-lib Fork of itrummer/query-optimizer-lib
Contains implementations of various algorithms for database query optimization. The algorithms cover multiple problem variants (e.g., traditional and multi-objective query optimization) and offer different tradeoffs between optimality guarantees and optimization time (e.g., fast randomized algorithms, approximation schemes, exhaustive algorithms, parallel algorithms, ...).
Size: 130 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 0

ZhengtongYan/sql-generation Fork of zhouxh19/sql-generation
Size: 452 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

DerwenAI/goedwig 📦
A generic query engine for graph data, based on abstract syntax trees as input.
Language: Python - Size: 37.1 KB - Last synced at: 9 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

InscribeDeeper/EMF-Query-compiler
CS 562 - DBMS - Extended Multi-Feature Queries Optimizer
Language: HTML - Size: 8.83 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

tuuna/Rebbeca
Query Optimizer
Language: Java - Size: 46.9 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

hs094/Query-Optimiser
Query Optimiser is a compiler project designed to optimize and execute queries efficiently. It leverages C++ for core compilation tasks, Python for scripting, and Streamlit for a user-friendly web interface. The project aims to provide a robust solution for compiling and optimizing queries, making it easier for users to process complex query.
Language: C++ - Size: 948 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

MatthewYeend/Query-Optimizer 📦
Query Optimizer package for Laravel
Language: PHP - Size: 27.3 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

TejasThombare20/RuleEngine-WeatherMonitor
Language: TypeScript - Size: 53.2 MB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

ZhengtongYan/sql-parser Fork of hyrise/sql-parser
SQL Parser for C++. Building C++ object structure from SQL statements.
Language: C++ - Size: 2.02 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

yizenov/este
Spanning Tree-based Query Plan Enumeration
Language: Python - Size: 1.9 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ZhengtongYan/adaptiveness_vs_learning Fork of yunjiazhang/adaptiveness_vs_learning
Language: Python - Size: 5.86 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rimarin/query-rewrite-optimization-nebulastream
Query rewrite rules for the NebulaStream, an open source stream processing system
Language: C++ - Size: 1.93 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

anonresearcher123/TunA
Tunable Query Optimizer for Web APIs and User Preferences
Language: Java - Size: 241 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

OnizukaLab/nar-cardest
Robust Cardinality Estimator by Non-autoregressive Model
Language: Python - Size: 157 MB - Last synced at: 12 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

fabidibartolo/bachelor_thesis
Tesis de IngenierÃa en Computación: Extensión de PostgreSQL con Mecanismos de Optimización de Consultas basadas en Preferencias (Mención HonorÃfica).
Size: 4 MB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0
