issues
search
Tandemly
/
eos-api-service
EOS API Service platform to allow third-party clients to connect to an eosd blockchain network.
MIT License
47
stars
25
forks
source link
fix: replace $aggregate server-side call with client-side populate
#15
Closed
datchley
closed
6 years ago
datchley
commented
6 years ago
server-side aggregate pipeline was running into memory and max document size limits in MongoDB due to blocks having large numbers of transactions. Move to client-side, using mongoose
populate()
to speed up performance and remove limitations.
populate()
to speed up performance and remove limitations.