Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ProxySQL
/
ParserSQL
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
6
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: ProxySQL/ParserSQL
Actions
All workflows
Workflows
CI
CI
Show more workflows...
Management
Caches
CI
CI
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
ci.yml
will be ignored since log searching is not yet available
119 workflow runs
119 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
chore: update CLAUDE.md test counts (1152), add corpus_test.cpp, fix …
CI
#69:
Commit
79f337e
pushed by
renecannao
5m 31s
main
main
5m 31s
View workflow file
perf: thread pool for parallel shard I/O + plan caching + connection …
CI
#68:
Commit
f820e73
pushed by
renecannao
5m 23s
main
main
5m 23s
View workflow file
perf: add connection pooling and parallel shard execution (opt-in, be…
CI
#67:
Commit
937ffbd
pushed by
renecannao
5m 24s
main
main
5m 24s
View workflow file
fix: remove arena from remote executors, use heap-owned ResultSet dat…
CI
#66:
Commit
a69ded3
pushed by
renecannao
5m 25s
main
main
5m 25s
View workflow file
feat: add engine stress test (direct API) and MySQL wire protocol server
CI
#65:
Commit
2c3fbfc
pushed by
renecannao
5m 18s
main
main
5m 18s
View workflow file
bench: add distributed query benchmark with pipeline breakdown and co…
CI
#64:
Commit
79bec1b
pushed by
renecannao
5m 5s
main
main
5m 5s
View workflow file
feat: add window functions (ROW_NUMBER, RANK, SUM/COUNT/AVG OVER) and…
CI
#63:
Commit
67f1a9d
pushed by
renecannao
5m 8s
main
main
5m 8s
View workflow file
fix: resolve distributed aggregation, sort merge, join columns, and s…
CI
#62:
Commit
4d6e1d8
pushed by
renecannao
4m 38s
main
main
4m 38s
View workflow file
feat: add real sharding demo with 2 MySQL backends
CI
#61:
Commit
de8fcbb
pushed by
renecannao
4m 33s
main
main
4m 33s
View workflow file
docs: update README, CLAUDE.md for CLI tool and current state
CI
#60:
Commit
dde58fb
pushed by
renecannao
4m 26s
main
main
4m 26s
View workflow file
perf: add parallel remote execution, shard-key routing, hash join ope…
CI
#59:
Commit
6be0b04
pushed by
renecannao
4m 4s
main
main
4m 4s
View workflow file
fix: resolve distributed subquery materialization, ORDER BY with PROJ…
CI
#58:
Commit
5e036c7
pushed by
renecannao
4m 4s
main
main
4m 4s
View workflow file
feat: add correlated subqueries, cross-shard DML subqueries, distribu…
CI
#57:
Commit
af4ac9b
pushed by
renecannao
4m 2s
main
main
4m 2s
View workflow file
feat: add transactions (local undo, single-backend, distributed 2PC) …
CI
#56:
Commit
bd79ba0
pushed by
renecannao
4m 12s
main
main
4m 12s
View workflow file
feat: add subquery execution — scalar, EXISTS, IN, derived tables
CI
#55:
Commit
0fae9d5
pushed by
renecannao
3m 55s
main
main
3m 55s
View workflow file
feat: add real MySQL + PostgreSQL backend connections via libmysqlcli…
CI
#54:
Commit
ba8e3e7
pushed by
renecannao
3m 38s
main
main
3m 38s
View workflow file
Add design specs for subquery execution (sub-project 11) and transact…
CI
#53:
Commit
1ae5c66
pushed by
renecannao
3m 31s
main
main
3m 31s
View workflow file
Add design spec for backend connections — MySQL + PostgreSQL via libm…
CI
#52:
Commit
40dad5d
pushed by
renecannao
3m 27s
main
main
3m 27s
View workflow file
feat: add DML execution — INSERT/UPDATE/DELETE local + distributed wi…
CI
#51:
Commit
648f01e
pushed by
renecannao
3m 27s
main
main
3m 27s
View workflow file
Add design spec for DML execution — INSERT/UPDATE/DELETE local + dist…
CI
#50:
Commit
2466c3f
pushed by
renecannao
3m 16s
main
main
3m 16s
View workflow file
feat: add distributed query planner — decompose queries across backen…
CI
#49:
Commit
6638ddc
pushed by
renecannao
3m 17s
main
main
3m 17s
View workflow file
Add design spec for distributed query planner (sub-project 8)
CI
#48:
Commit
eba6985
pushed by
renecannao
3m 11s
main
main
3m 11s
View workflow file
feat: add rule-based optimizer — predicate pushdown, constant folding…
CI
#47:
Commit
9f9e2b3
pushed by
renecannao
2m 57s
main
main
2m 57s
View workflow file
Add design spec for rule-based optimizer (sub-project 6)
CI
#46:
Commit
10b8612
pushed by
renecannao
2m 49s
main
main
2m 49s
View workflow file
docs: update README and CLAUDE.md for full parser + query engine
CI
#45:
Commit
3ee471e
pushed by
renecannao
2m 49s
main
main
2m 49s
View workflow file
Previous
1
2
3
4
5
Next
You can’t perform that action at this time.