Hello,
when I run this code
call apoc.load.jsonParams(uri, options,null)
YIELD value AS listing
MERGE (l:Listing{cid:listing.results[0].listing_id})
it takes 24s to done although I created indexes on that . when I run MERGE (l:Listing{cid:}) as no...