uber / aresdb

A GPU-powered real-time analytics storage and query engine.
https://eng.uber.com/aresdb/
Apache License 2.0
3.02k stars 234 forks source link

purge metastore and diskstore table shard data #336

Closed jshencode closed 4 years ago

jshencode commented 4 years ago

before adding new table shard and after removing table shard

codecov[bot] commented 4 years ago

Codecov Report

Merging #336 into master will decrease coverage by 0.04%. The diff coverage is 14.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #336      +/-   ##
==========================================
- Coverage   72.02%   71.97%   -0.05%     
==========================================
  Files         167      167              
  Lines       23649    23669      +20     
==========================================
+ Hits        17033    17036       +3     
- Misses       5312     5326      +14     
- Partials     1304     1307       +3
Impacted Files Coverage Δ
metastore/disk_metastore.go 73.64% <0%> (-0.47%) :arrow_down:
datanode/datanode.go 18.52% <0%> (-0.29%) :arrow_down:
memstore/memstore.go 83.11% <33.33%> (-2.12%) :arrow_down:
memstore/bootstrap.go 68.22% <50%> (-0.2%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0e9c5cd...2c733ce. Read the comment docs.