hashgraph / hedera-mirror-node

Hedera Mirror Node archives data from consensus nodes and serves it via an API
Apache License 2.0
147 stars 112 forks source link

Change V2 record_file Index #9304

Open jnels124 opened 2 months ago

jnels124 commented 2 months ago

Problem

Currently the pk of record_file includes the nodeid column

Solution

we should drop current pk and recreate with just consensus_end

Alternatives

No response