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

Feature request: Support change detection in query builder #1368

Closed
2 of 6 tasks
gayathrir11 opened this issue Aug 2, 2022 · 0 comments · Fixed by #1456
Closed
2 of 6 tasks

Feature request: Support change detection in query builder #1368

gayathrir11 opened this issue Aug 2, 2022 · 0 comments · Fixed by #1456
Assignees
Labels
Component: Query Builder Issues related to query builder core Studio Core Team Opened by a member of the Studio core team Type: Discussion Type: Feature Request
Milestone

Comments

@gayathrir11
Copy link
Contributor

gayathrir11 commented Aug 2, 2022

Similar requests

  • I have searched and found no existing similar requests

How are you using Studio?

Legend Studio

What problems are you trying to solve?

Introduce change detection mechanism in query builder

Describe the solution you would like to see implemented

  • Support hashComputation for ValueSpecification (only for metamodels)
  • Pre compute hashes for the query after we initialize query-builder
  • Build hash indexes for the query
  • Start change detection only when you are done with building hashes.

Like how we comput hashes for each entity in studio. Here we compute hashes for attributes of each state in query builder.

  • Parameters state
  • Projection state
  • Graphfetch state
  • Filter state
  • Post-filter state
  • Result state

Describe alternatives you have considered

No response

Documentation, Design, Adoption, Migration Strategy

No response

Contribution

  • I would like to work on this feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Query Builder Issues related to query builder core Studio Core Team Opened by a member of the Studio core team Type: Discussion Type: Feature Request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant