Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-13-2019 02:13 AM
Hi,
are there some solutions for my query below to speed up?
match (a:keyWord{kwValue:'zhou'}),(s:Product)
using scan s:Product
where s.seriesCode in ['110300027060','221000058301','110300107740','110300026540','110300027150','110300026720','110300107560','221005089502']
with a,s
match (a)-[:found]-(user:User)-[:view]-(s)
with user,s
return s,count(user) as foundView
Profile
Best wishes
Grant
03-14-2019 04:54 AM
Read this
Share your PROFILE output.
Do you have an index/constraint on :keyWord(kwValue)
? and one on: :Product(seriesCode)
using scan
03-14-2019 07:15 PM
Thanks, im going to try these solutions.
All the sessions of the conference are now available online