Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: squash
-
Labels:None
-
Story Points:2.8
-
Epic Link:
-
Team:SQuaRE
Description
The ci_dataset field was added to the job table for performance reasons when filtering the jobs by dataset. It is also present in the env JSON field.
Consider the removal of this field from the job table:
1) compare the performance when querying the ci_dataset field in the Job table and querying ci_dataset in the env JSON field.
2) have in mind that when supporting multiple environments the name of this field may change
Will we still be able to query a dataset ID from Chronograf after the ci_dataset tag is removed? It's not clear from the description, and I can't find an env in the online database.