无论才能、知识多么卓著,如果缺乏热情,则无异纸上画饼充饥,无补于事。

es 2.3 egg在field字段 去重后的count数很大情况下,group by count 很慢

Elasticsearch | 作者 JerryJDu | 发布于2017年08月02日 | 阅读数:3146

{
    "size": 0,
     "aggs": {
            "distinct_id_count": {
                   "terms": {
                         "field": "id",
                          "size": 0
                   }
              }
       }
}
 
 
已邀请:

要回复问题请先登录注册