-
Notifications
You must be signed in to change notification settings - Fork 19
Labels
BackendMost or all of the changes for this issue will be in the backend code.Most or all of the changes for this issue will be in the backend code.DatabaseIssue that alters only configs of a database itselfIssue that alters only configs of a database itselfIngesterThe issue relates to the ingester tool, including the command itself and related functions.The issue relates to the ingester tool, including the command itself and related functions.enhancementNew feature or requestNew feature or request
Description
Follow through with the denormalization idea on #1585
The implementation should be efficient, having little impact in the ingester performance. The suggestions for better performance can be applied, such as:
- bulk update only after x amount of time instead of updating every insert
- use sqlite instead of postres for helper tables
or other suggestions
Metadata
Metadata
Assignees
Labels
BackendMost or all of the changes for this issue will be in the backend code.Most or all of the changes for this issue will be in the backend code.DatabaseIssue that alters only configs of a database itselfIssue that alters only configs of a database itselfIngesterThe issue relates to the ingester tool, including the command itself and related functions.The issue relates to the ingester tool, including the command itself and related functions.enhancementNew feature or requestNew feature or request
Type
Projects
Status
In Progress