KiteSQL
KiteSQL copied to clipboard
SQL as a Function for Rust
## 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:...
## 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`
- 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...