Skip to content

Commit

Permalink
chore: remove ciphertexts_handle_ct_idx
Browse files Browse the repository at this point in the history
  • Loading branch information
goshawk-3 committed Feb 7, 2025
1 parent 59215e4 commit e86d3fa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ CREATE TABLE IF NOT EXISTS pbs_computations (


CREATE INDEX IF NOT EXISTS pbs_computations_handle_hash_idx ON pbs_computations USING HASH (handle);
CREATE INDEX IF NOT EXISTS ciphertexts_handle_hash_idx ON ciphertexts USING HASH (handle);
CREATE INDEX IF NOT EXISTS ciphertexts_handle_ct_idx ON ciphertexts (handle) INCLUDE (ciphertext); -- for fast retrieval of ciphertexts in sns-worker
CREATE INDEX IF NOT EXISTS ciphertexts_handle_hash_idx ON ciphertexts USING HASH (handle);

0 comments on commit e86d3fa

Please sign in to comment.