Closed henrY2Young closed 2 years ago
Elasticsearch 7.x I have a question,this is my source() out
{ "aggregations": { "r_bucket_sort": { "bucket_sort": { "size": 10 } } }, "terms": { "field": "userid", "size": 1000000 } }
but I get a panic ReleasableBytesStreamOutput cannot hold more than 2GB of data I user save aggregations in a Python library ,but not have problem,and I do something wrong?
ReleasableBytesStreamOutput cannot hold more than 2GB of data
Elasticsearch 7.x I have a question,this is my source() out
but I get a panic
ReleasableBytesStreamOutput cannot hold more than 2GB of data
I user save aggregations in a Python library ,but not have problem,and I do something wrong?