Bug #20858
Updated by Peter Amstutz over 1 year ago
Observed on user cluster, the query used by @http_to_keep@ to search for a URL to see if it was previously imported into Keep or not, takes 10s - 20s to respond. It ought to be answered by an index and only take 100ms.
Specifically:
r1 = api.collections().list(filters=[["properties", "exists", url]]).execute()