Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Account search endpoint is very slow #579

Open
OlegMakarenko opened this issue Feb 26, 2021 · 2 comments
Open

Account search endpoint is very slow #579

OlegMakarenko opened this issue Feb 26, 2021 · 2 comments
Labels
P2 Issue A major issue with impact

Comments

@gimre-xymcity
Copy link
Member

api results in collscan

,"command":{"aggregate":"accounts","pipeline":[{"$unwind":"$account.mosaics"},{"$match":{"account.mosaics.id":3239218328380109726}},{"$sort":{"account.mosaics.amount":-1}},{"$skip":0},{"$limit":25}],"cursor":{},"lsid":{"id":{"$uuid":"fd8467db-7bfd-44be-a45e-c528f1990916"}},"$db":"catapult"},"planSummary":"COLLSCAN"

@gimre-xymcity gimre-xymcity added the P1 Issue Critical issue with very high impact (Show stopper) label Feb 26, 2021
@rg911
Copy link
Contributor

rg911 commented Mar 9, 2021

Downgraded to P2 after internal discussion, it is working fine on the experimental mainnet network. this can be fixed post-launch

@rg911 rg911 added P2 Issue A major issue with impact and removed P1 Issue Critical issue with very high impact (Show stopper) labels Mar 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P2 Issue A major issue with impact
Projects
None yet
Development

No branches or pull requests

3 participants