Hi there 👋
🔭 I’m currently working at Datafuse Labs - The open-source Lakehouse runtime that powers the Modern Data Cloud.👯 I’m a top contributor to ClickHouse and TokuDB.📫 How to reach me: blog | twitter😄 Pronouns: He/Him

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusealgebra arithmetic, finite fields, elliptic curves, zero-knowledge
Forked from vectorengine/vectorsql
VectorSQL is a free analytics DBMS for IoT & Big Data, compatible with ClickHouse.
Forked from weicao/cascadb
Yet another write-optimized storage engine, using buffered B-tree algorithm inspired by TokuDB
Forked from datafuselabs/databend
A Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture, built to make the Data Cloud easy
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/ Summary Summary about this PR: Add tenant empty check t…
use database in management mode
Summary
Start the databend-query under management mode:
./scripts/ci/deploy/databend-query-management-mode.sh
Test:
> mysql -uroot -h127.0.0.1 -P3…
common-dal is unused, we can remove it.
sql_parser.rs into multiple smaller files
privileges check inside the show plans? Show(ShowPlan)
select number as n from numbers(10) where n>10
crashme function