Skip to content

Commit

Permalink
add idx for element_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang Jiawei committed Jan 3, 2024
1 parent 0694f50 commit 55433d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/archive/zkapp_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ CREATE TABLE zkapp_field_array
, element_ids int[] NOT NULL
);

create INDEX idx_zkapp_field_array_element_ids ON zkapp_field_array(element_ids);

/* Fixed-width arrays of algebraic fields, given as id's from
zkapp_field
Expand Down

0 comments on commit 55433d3

Please sign in to comment.