asset.copy_vis_attr_cache

Columns

Column Type Nullable Default Notes

id PK

bigint

No

nextval('asset.copy_vis_attr_cache_id_seq'::regclass)

record

bigint

No

target_copy

bigint

No

vis_attr_vector

integer[]

Yes

Primary Key

(id)

Indexes

Index Method Definition

copy_vis_attr_cache_pkey PK

btree

CREATE UNIQUE INDEX copy_vis_attr_cache_pkey ON asset.copy_vis_attr_cache USING btree (id)

copy_vis_attr_cache_copy_idx

btree

CREATE INDEX copy_vis_attr_cache_copy_idx ON asset.copy_vis_attr_cache USING btree (target_copy)

copy_vis_attr_cache_record_idx

btree

CREATE INDEX copy_vis_attr_cache_record_idx ON asset.copy_vis_attr_cache USING btree (record)