Neo4j query:
MATCH p=()-[r:HasCustomer]->() where r.numer_of_visits >= 2 and r.numer_of_visits < 4 AND r.merchant_id = 428
RETURN r.customer_id
Started streaming 692246 records after 2 ms and completed after 13800 ms, displaying first 1000 rows.
My...