Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Introduce data metrics for table #8363

Merged
merged 13 commits into from
Oct 20, 2022
22 changes: 1 addition & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ members = [
"src/common/base",
"src/common/building",
"src/common/cache",
"src/common/contexts",
"src/common/exception",
"src/common/grpc",
"src/common/hashtable",
Expand Down Expand Up @@ -48,7 +47,6 @@ members = [
"src/query/settings",
"src/query/sql",
"src/query/storages/cache",
"src/query/storages/context",
"src/query/storages/constants",
"src/query/storages/fuse",
"src/query/storages/fuse-meta",
Expand Down
13 changes: 0 additions & 13 deletions src/common/contexts/Cargo.toml

This file was deleted.

156 changes: 0 additions & 156 deletions src/common/contexts/src/dal/dal_context.rs

This file was deleted.

97 changes: 0 additions & 97 deletions src/common/contexts/src/dal/dal_metrics.rs

This file was deleted.

Loading