Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 202011_vertical_block_sharding.md
  • Loading branch information
Biswajitghosh98 authored May 6, 2021
commit c41d3ffe2eb0791d0eb30b36dec50803ab0b2daf
2 changes: 1 addition & 1 deletion docs/proposals/202011_vertical_block_sharding.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ index size).

**We propose to vertically shard all blocks which goes beyond the specified index size limit during the compaction process, else efficiently shard the blocks at compaction level 0.**

* Special metadata in meta.json indicating a shard.
* We'll be using a special metadata in meta.json indicating a shard.
Copy link
Contributor

Choose a reason for hiding this comment

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

Could this be another external label?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, I think hash_number and shard_level are external labels as mentioned below.


#### Approach 1: Sharding at compaction level 0

Expand Down