1takes2
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...
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)
official documents: [Elasticsearch 7.4](https://www.elastic.co/guide/en/elasticsearch/reference/current/elasticsearch-intro.html)
Ref irisnet/irishub-sync#163