Skip to content

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

@arthur00

Description

@arthur00

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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions