Skip to content

Commit

Permalink
Add index on jobs_fqn namespace and fqn to optimize read queries
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Collado <[email protected]>
  • Loading branch information
collado-mike committed Feb 1, 2023
1 parent 996e834 commit f772621
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX ON jobs_fqn (namespace_name, job_fqn);

0 comments on commit f772621

Please sign in to comment.