-
Notifications
You must be signed in to change notification settings - Fork 0
Implement indexes for logs #4
Copy link
Copy link
Open
Labels
jbIssues related to the JB subset of featuresIssues related to the JB subset of featurestttIssues related to the TTT subset of featuresIssues related to the TTT subset of featuresupdateAn update to an existing featureAn update to an existing feature
Metadata
Metadata
Assignees
Labels
jbIssues related to the JB subset of featuresIssues related to the JB subset of featurestttIssues related to the TTT subset of featuresIssues related to the TTT subset of featuresupdateAn update to an existing featureAn update to an existing feature
Projects
Status
To Do
Currently, a lot of comparisons are done by means of the action timedelta (<, <=, >, >=), but this isn't the most accurate if we're looking for chronological order as multiple actions can occur in the span of a single second (the highest precision log timestamps provide). For that reason, it would be a good idea to implement and use indexes (in order from the first line to the last) for all of these comparisons. Some places may still need to use timestamps, but most should be adapted to indexes instead.