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 <collado.mike@gmail.com>
  • Loading branch information
collado-mike committed Jan 12, 2023
1 parent a5bd35d commit 67930ce
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 67930ce

Please sign in to comment.