spacemeshos / go-spacemesh

Go Implementation of the Spacemesh protocol full node. 💾⏰💪
https://spacemesh.io
MIT License
748 stars 211 forks source link

sql: identities contain large proofs so tree without rowid will be slow to scan #6337

Closed dshulyak closed 6 days ago

dshulyak commented 1 week ago

followup for https://github.com/spacemeshos/go-spacemesh/pull/6326/

it is the first part of fixing IsMalicious, the main culprit is the query that includes marriage_atx check. i will address it either here or in separate change.

ivan4th commented 1 week ago

sql: identities contain large proofs so tree with rowid will be slow to scan #6337

From what I understand this PR adds rowid not removes it

dshulyak commented 1 week ago

@ivan4th thanks it was a typo, i updated title

dshulyak commented 6 days ago

i will merge it with another change