Hello,
We have a table with a lot of rows, so many that Grafana can’t handle it. The solution is using table-old instead of table. Now I have paging and its really fast.
But now I have the next problem, my filtering is gone…
How can I use filtering AND paging?
My table json is:
{
"format": "table",
"group": [],
"metricColumn": "none",
"rawQuery": true,
"rawSql": "",
"refId": "A",
"select": [
[
{
"params": [
"value"
],
"type": "column"
}
]
],
"timeColumn": "time",
"where": [
{
"name": "$__timeFilter",
"params": [],
"type": "macro"
}
]
}
],
"timeFrom": null,
"timeShift": null,
"title": "Verzette items",
"transform": "table",
"transparent": true,
"type": "table-old"
}