ActiveData icon indicating copy to clipboard operation
ActiveData copied to clipboard

"union" may be too memory intensive?

Open klahnakoski opened this issue 4 years ago • 1 comments

Ensure there is a limit on the number of unique values in a union. The following may have overloaded the frontend node:

{
    "from": "unittest",
    "limit": 20,
    "select": {
        "aggregate": "union",
        "value": "build.platform"
    },
    "where": {
        "gt": {
            "run.timestamp": {
                "date": "today-day"
            }
        }
    }}

klahnakoski avatar Jun 30 '20 18:06 klahnakoski

WARNING: Could not process
{
	"from":"unittest",
	"limit":20,
	"select":{"aggregate":"union","value":"build.platform"},
	"meta":{"save":true}
}

klahnakoski avatar Jun 30 '20 19:06 klahnakoski