Jasper Potts
08/08/2022, 4:44 PM"0.0.89748-1612413398-472232185"
and select * where id = '...' performance
is horrible. Just times out after 10 seconds. I assume I need to add a reverse index, the question is should it be dictionary or non-dictionary?Kishore G
Jasper Potts
08/08/2022, 4:48 PMJasper Potts
08/08/2022, 4:49 PMMayank
select *
, as opposed to select count(*)
, are you interested in actual rows, or just a count?