archethic-foundation / archethic-node

Official Archethic Blockchain node, written in Elixir
GNU Affero General Public License v3.0
75 stars 22 forks source link

Split the Index Summary in 2 #1571

Closed bchamagne closed 1 month ago

bchamagne commented 1 month ago

Is your feature request related to a problem?

The index summary is an index for each subset that looks like this: address -> {genesis, bytes, offset}

The genesis is a domain information about the address. The bytes and offset are technical details about the storage.

Describe the solution you'd like

I would like to split it in 2 indices to be able to refactor the database without impacting the domain:

Additional context

This enables chain re-indexing without impacting the entire subset.

Epic

No response

bchamagne commented 1 month ago

won't do at the moment, a more global refactor might be better