Skip to content

Commit 7a561fd

Browse files
authored
Update 000206_add_tailnet_tunnels_indexes.up.sql
1 parent 0e8873e commit 7a561fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
-- Since src_id and dst_id are UUIDs, we only every compare them with equality, so hash is better
1+
-- Since src_id and dst_id are UUIDs, we only ever compare them with equality, so hash is better
22
CREATE INDEX idx_tailnet_tunnels_src_id ON tailnet_tunnels USING hash (src_id);
33
CREATE INDEX idx_tailnet_tunnels_dst_id ON tailnet_tunnels USING hash (dst_id);

0 commit comments

Comments
 (0)