ArkEcosystem / core

The ARK Core Blockchain Framework. Check https://learn.ark.dev for more information.
https://ark.io
MIT License
338 stars 286 forks source link

fix(core-database): improve search by address #4786

Closed sebastijankuzner closed 1 year ago

sebastijankuzner commented 1 year ago

Summary

Remove type and typeGroup for recipients included in multi payment transactions. Payments in multi payment asset are indexed and removing type and type group helps SQL optimizer to select better query plan.

Checklist