cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

noff
Node
since ‎01-25-2019
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

Hello. I'm trying to implement search of nodes by its' array property. I have 11M nodes. 10-100 of nodes have tags field (array or null). Like: MATCH (n:address {name: '...'}) SET n.tags = ['test1', 'test2'] RETURN n; I've added index: CREATE INDEX ...
Kudos from