Skip to content

Commit

Permalink
Resharding V3 - added future possibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
wacban authored Oct 28, 2024
1 parent d72d509 commit 6b99368
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neps/nep-0568.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ The section should return to the examples given in the previous section, and exp

## Future possibilities

```text
[Describe any natural extensions and evolutions to the NEP proposal, and how they would impact the project. Use this section as a tool to help fully consider all possible interactions with the project in your proposal. This is also a good place to "dump ideas"; if they are out of scope for the NEP but otherwise related. Note that having something written down in the future-possibilities section is not a reason to accept the current or a future NEP. Such notes should be in the section on motivation or rationale in this or subsequent NEPs. The section merely provides additional information.]
```
* Dynamic Resharding - In this proposal, resharding is scheduled in advance and hardcoded within the neard binary. In the future, we aim to enable the chain to dynamically trigger and execute resharding autonomously, allowing it to adjust capacity automatically based on demand.
* Shard Merging - In this proposal the only allowed resharding operation is shard splitting. In the future, we aim to enable shard merging, allowing underutilized shards to be combined with neighboring shards. This would allow the chain to free up resources and reallocate them where they are most needed.
* Instant Resharding - In this proposal, the new shard layout is setup for the next next epoch and it takes a full epoch from the time resharding is scheduled until it takes effect. In the future we aim to make resharding instantneous, that is the time from the decision to perform resharding to the chain switching to the new layout should be minimal.

## Consequences

Expand Down

0 comments on commit 6b99368

Please sign in to comment.