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.
feat: add Volcano executor engine — SQL goes in, data comes out
CI
#44:
Commit
2d36d58
pushed by
renecannao
3m 5s
main
main
3m 5s
View workflow file
Add design spec for executor engine (sub-project 7)
CI
#43:
Commit
0ecbb84
pushed by
renecannao
2m 52s
main
main
2m 52s
View workflow file
feat: add Row format, Logical Plan nodes, and Plan Builder (AST → rel…
CI
#42:
Commit
894c437
pushed by
renecannao
2m 56s
main
main
2m 56s
View workflow file
Add design spec for Row format and Logical Plan (sub-projects 4+5)
CI
#41:
Commit
f7e82fa
pushed by
renecannao
2m 51s
main
main
2m 51s
View workflow file
feat: add catalog interface, InMemoryCatalog, and resolver bridge to …
CI
#40:
Commit
1ea314e
pushed by
renecannao
2m 42s
main
main
2m 42s
View workflow file
Add design spec for catalog (sub-project 3)
CI
#39:
Commit
8082675
pushed by
renecannao
2m 50s
main
main
2m 50s
View workflow file
feat: add expression evaluator with full operator dispatch and integr…
CI
#38:
Commit
bbec36a
pushed by
renecannao
2m 40s
main
main
2m 40s
View workflow file
Add expression evaluator implementation plan (5 tasks)
CI
#37:
Commit
377dc89
pushed by
renecannao
2m 31s
main
main
2m 31s
View workflow file
fix: address 5 spec review issues — missing nodes, coercion types, IS…
CI
#36:
Commit
fa0debd
pushed by
renecannao
2m 43s
main
main
2m 43s
View workflow file
Add design spec for expression evaluator (sub-project 2)
CI
#35:
Commit
ffa1659
pushed by
renecannao
2m 31s
main
main
2m 31s
View workflow file
Add SQL engine type system: NULL semantics, coercion, functions, regi…
CI
#34:
Commit
df21f0f
pushed by
renecannao
2m 38s
main
main
2m 38s
View workflow file
Add type system implementation plan (8 tasks)
CI
#33:
Commit
a621a55
pushed by
renecannao
2m 25s
main
main
2m 25s
View workflow file
Add design spec for SQL engine type system (sub-project 1)
CI
#32:
Commit
bad2e35
pushed by
renecannao
2m 19s
main
main
2m 19s
View workflow file
bench: publish performance report 2026-03-25
CI
#31:
Commit
318b3a5
pushed by
renecannao
2m 22s
main
main
2m 22s
View workflow file
docs: update all benchmarks with hash table keyword lookup results
CI
#30:
Commit
3fcb504
pushed by
renecannao
2m 26s
main
main
2m 26s
View workflow file
perf: replace binary search keyword lookup with FNV-1a hash table (O(1))
CI
#29:
Commit
7f53668
pushed by
renecannao
2m 23s
main
main
2m 23s
View workflow file
docs: add README.md with usage/benchmarks/architecture, update CLAUDE…
CI
#28:
Commit
43fe79a
pushed by
renecannao
2m 24s
main
main
2m 24s
View workflow file
docs: remove ReadySet, document libpg_query -O3 optimization flags
CI
#27:
Commit
bf1cd01
pushed by
renecannao
2m 21s
main
main
2m 21s
View workflow file
docs: add detailed step-by-step benchmark reproduction guide
CI
#26:
Commit
239bf86
pushed by
renecannao
2m 27s
main
main
2m 27s
View workflow file
fix: add fair libpg_query raw-parse benchmark (no JSON serialization)
CI
#25:
Commit
5acb84a
pushed by
renecannao
2m 21s
main
main
2m 21s
View workflow file
docs: add honest parser comparison benchmarks with caveats
CI
#24:
Commit
3ae763e
pushed by
renecannao
2m 35s
main
main
2m 35s
View workflow file
feat: add comparison benchmarks against libpg_query and sqlparser-rs
CI
#23:
Commit
0ced3ae
pushed by
renecannao
2m 20s
main
main
2m 20s
View workflow file
fix: add multi-threaded + percentile sections to report, fix table fo…
CI
#22:
Commit
3d93942
pushed by
renecannao
2m 23s
main
main
2m 23s
View workflow file
feat: add multi-threaded and percentile latency benchmarks
CI
#21:
Commit
f97f966
pushed by
renecannao
2m 23s
main
main
2m 23s
View workflow file
fix: include all 11 SQL corpora in benchmark script and CI
CI
#20:
Commit
0fcb5b4
pushed by
renecannao
2m 3s
main
main
2m 3s
View workflow file
Previous
1
2
3
4
5
Next
You can’t perform that action at this time.