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

Allow frequency of recalculation to be set for subsets/joins #64

Open
arthur00 opened this issue Jul 2, 2016 · 1 comment
Open

Allow frequency of recalculation to be set for subsets/joins #64

arthur00 opened this issue Jul 2, 2016 · 1 comment
Assignees
Labels

Comments

@arthur00
Copy link
Member

arthur00 commented Jul 2, 2016

Subsets and joins are O(n)/O(n^2) and can be very demanding on the server. When specifying the data model, there should be a way to say how frequent a subset is updated.

Suggestion: to update every 5 ticks:

@update_frequency(5)

@arthur00
Copy link
Member Author

arthur00 commented Jul 2, 2016

Another approach is:
@subset(Car, frequency = 5)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants