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

Integrating Sharded Buffer into TSDB #263

Merged
merged 5 commits into from
Apr 6, 2023
Merged

Integrating Sharded Buffer into TSDB #263

merged 5 commits into from
Apr 6, 2023

Conversation

hanahmily
Copy link
Contributor

The Sharded Buffer will replace Badger's memtable for data ingestion. Currently, Badger KV only provides SST.

The Sharded Buffer will replace Badger's memtable for data ingestion.
 Currently, Badger KV only provides SST.

Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
@hanahmily hanahmily added the enhancement New feature or request label Mar 30, 2023
@hanahmily hanahmily added this to the 0.4.0 milestone Mar 30, 2023
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented Apr 6, 2023

Codecov Report

Merging #263 (b10afd2) into main (d1426ec) will decrease coverage by 0.13%.
The diff coverage is 38.41%.

@@            Coverage Diff             @@
##             main     #263      +/-   ##
==========================================
- Coverage   46.28%   46.15%   -0.13%     
==========================================
  Files          88       88              
  Lines        9061     9151      +90     
==========================================
+ Hits         4194     4224      +30     
- Misses       4471     4526      +55     
- Partials      396      401       +5     
Impacted Files Coverage Δ
banyand/measure/measure_write.go 3.87% <0.00%> (ø)
banyand/metadata/schema/error.go 0.00% <ø> (ø)
banyand/metadata/schema/etcd.go 58.14% <0.00%> (ø)
banyand/tsdb/metric.go 27.11% <0.00%> (ø)
banyand/tsdb/block.go 54.98% <40.74%> (-4.93%) ⬇️
banyand/tsdb/buffer.go 70.83% <44.89%> (-13.86%) ⬇️
pkg/index/inverted/inverted.go 70.09% <100.00%> (+0.29%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@hanahmily hanahmily merged commit 1f5a645 into main Apr 6, 2023
@hanahmily hanahmily deleted the sst branch April 6, 2023 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants