Hi, I have a query that's taking about 120ms to run that I'd like to try to reduce if possible. The key element that seems to be at the root of about 100ms of the delay is a "not null" criterion (it happens to be a Long field), i.e.
foo:[* TO *] I've tried converting to trie ranges and that hasn't helped - are there any other tricks around accomplishing "not null" that would turn the query around faster? -Steve