My DSE Opscenter sends me this message:
Please consider a new data model based on the query pattern instead of using ALLOW FILTERING.
And after changing my spark code I already removed the below column value from my query. But the below error message still keeps popping up. I don't know why? Also the error message only occurs in my OPScenter on in the actual table. Thanks for your help.
Query:
select * from dse_perf.node_slow_log
Column value/ error mesage
SELECT "XXX", "XXX", "XXX", "likes", "XXX" FROM "XXX"."axes" WHERE token("article") > ? AND token("article") <= ? ALLOW FILTERING
Please consider a new data model based on the query pattern instead of using ALLOW FILTERING.