1takes2

Results 5 issues of 1takes2

There are some indexes which never used by query in Mongodb, but these indexes will slow down the speed of insert, update and delete operation. so, there have need to...

Improvement
Backend

can optimize these sql by follow methods: - change query logic or find other way to accomplish the aim - add indexes Ref: [collscan sql in explorer backend](http://wiki.bianjie.ai/pages/viewpage.action?pageId=15534159)

Improvement
Backend

official documents: [Elasticsearch 7.4](https://www.elastic.co/guide/en/elasticsearch/reference/current/elasticsearch-intro.html)

Backend

Ref irisnet/irishub-sync#163

Improvement
Sync