tektoncd / results

Long term storage of execution results.
Apache License 2.0
77 stars 74 forks source link

Optimising Logs query #807

Closed khrm closed 1 month ago

khrm commented 1 month ago

In the recently implemented log queries, we need to optimise the following:

  1. Duration where we search should be small.
  2. Searching for uid(TaskRun/PipelineRunUID) after parsing data.
  3. Token should be cached.
khrm commented 1 month ago

/assign @khrm

khrm commented 1 month ago

Resolved by https://github.com/tektoncd/results/commit/7e63f08deb66b34a60b9048e0c0459223a920414 /close