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

ISSUE-4964: export data_compressed_size to system.tables #4966

Merged
merged 4 commits into from
Apr 20, 2022

Conversation

dantengsky
Copy link
Member

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

export fuse table data_compressed_size to system.tables

mysql> select data_size, data_compressed_size from system.tables where name = 'xxx';
+-----------+----------------------+
| data_size | data_compressed_size |
+-----------+----------------------+
|        80 |                  242 |  <--- this should NOT be NULL if fuse table contains data
+-----------+----------------------+
1 row in set (0.03 sec)

Changelog

  • New Feature
  • Not for changelog (changelog entry is not required)

Related Issues

Fixes #4964

@vercel
Copy link

vercel bot commented Apr 20, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Apr 20, 2022 at 0:50AM (UTC)

@mergify
Copy link
Contributor

mergify bot commented Apr 20, 2022

Thanks for the contribution!
I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

@mergify mergify bot added pr-feature this PR introduces a new feature to the codebase pr-not-for-changelog labels Apr 20, 2022
@dantengsky dantengsky marked this pull request as ready for review April 20, 2022 14:09
@dantengsky dantengsky requested a review from wubx April 20, 2022 14:09
Copy link
Member

@BohuTANG BohuTANG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@BohuTANG BohuTANG merged commit d77c141 into databendlabs:main Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-review pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: export fuse table compressed_size to system.tables
3 participants