archethic-foundation / archethic-node

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

DB: stream instead of many reads #1595

Open bchamagne opened 1 week ago

bchamagne commented 1 week ago

Describe the problem you discovered

ChainIndex.get_addresses_by_type/2

Similar to https://github.com/archethic-foundation/archethic-node/pull/1499. This function do too much File.read. It's much better to do a single stream.

Describe the solution you'd like

No response

Epic

No response