File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /bin /
1+ /target
22/dist /
3- /qshape
4- * .test
5- * .out
63clusters.json
7- /target
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ distinct shapes.
2121On one real production snapshot we measured ** 4,716 distinct queryids
2222to 177 canonical fingerprints (96.2% reduction)** — an outlier, driven
2323by heavy ORM alias churn on a small set of underlying query shapes.
24- See ` reshape.go ` for the AST transformations that drive the collapse.
24+ See ` crates/qshape-core/src/ reshape.rs ` for the AST transformations that drive the collapse.
2525
2626## Install
2727
@@ -34,7 +34,7 @@ brew install boringsql/boringsql/qshape
3434From source:
3535
3636```
37- go install github.com/boringsql/ qshape/cmd/qshape@latest
37+ cargo install --path crates/ qshape-cli
3838```
3939
4040Pre-built binaries for macOS and Linux (amd64 + arm64) are published on
You can’t perform that action at this time.
0 commit comments