Skip to content

Commit

Permalink
Add more indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Feb 2, 2025
1 parent 787b74e commit fcb80c8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
create index idx_children_by_parent on class_parents(parent);

create index idx_method_references_by_reference on method_references(reference);
create index idx_field_references_by_reference on field_references(reference);

0 comments on commit fcb80c8

Please sign in to comment.