Skip to main content

member_seen_lock

A lock corresponding to a human currently matching using a member_seen record. This does not correspond to any Postgres lock as no continuous connection is held during the duration of the matching but updates are still not allowed.

Foreign Keys:Indexes:
ColumnData TypeNullableIndexedDescription
member_seen_idbigintNoYes-
matching_session_idbigintNoYes-
lock_begintimestamp with time zoneNoYes-
lock_endtimestamp with time zoneYesYes-
is_activebooleanNoNo-

Generated through expression: (lock_end IS NULL)