KiteSQL icon indicating copy to clipboard operation
KiteSQL copied to clipboard

SQL as a Function for Rust

Results 24 KiteSQL issues
Sort by recently updated
recently updated
newest added

## Feature Request Currently TPCC only supports single thread, and Tpmc is 90 at this time (2024/11/15) - [ ] TPCC supports multi-threaded - [ ] LLVM JIT - ref:...

enhancement
roadmap

## Feature Request FnckSQL already supports [View](https://github.com/KipData/FnckSQL/pull/236), but currently lacks related APIs: `show views` is used to view existing `views` ref: - `TableCodec::view_bound`

enhancement
good first issue

- Updated `librocksdb-sys` to version 0.17.1 and `rocksdb` to version 0.23.0 in `Cargo.toml` and `Cargo.lock`. - Refactored `RocksStorage` to use `TransactionDB` instead of `OptimisticTransactionDB`. - Enhanced TPCC implementation to support...

### What problem does this PR solve? Using the RBO method, the related subquery is implemented. ### What is changed and how it works? ### Code changes - [x] Has...