My query time varies from 1min to 5min to 20min when running. Is there a reason for this inconsistency? Is it because of the rand() in the first MATCH?
MATCH (a:Tops) WITH a ORDER BY rand() LIMIT 1
MATCH (a) -[s1:CC_SCORE]- (b:Bottoms),
(a) -[s2:CC...