Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index each attribute #56

Open
cormander opened this issue Apr 18, 2020 · 0 comments
Open

Index each attribute #56

cormander opened this issue Apr 18, 2020 · 0 comments

Comments

@cormander
Copy link

As a developer I want search queries on large data sets to be performant while keeping write performance so that both read and write queries happen fast.

This feature is done when:

  • When an (:Attribute) is created, its corresponding Node type is created, and index created
  • Each (:PersonAttribute) has a second Node that is indexed on value that corresponds to its [:ATTRIBUTE_TYPE]
  • A recurring job exists that finds (:PersonAttribute) without a second Node, and sets it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant