My query:
cqlsh:mynap_db> select complete_row from tbl_rowsxml_map where cache_type_name='IncomingCache' and user_id ='34014' limit 1 ALLOW FILTERING;
complete_row
--------------
(0 rows)
If it returns 0 rows
then why does it take such a long time to execute?
Please help me to understand the reason.