stream_statistics_in_time

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
statistic_in_time_id serial 10 nextval('stream_statistics_in_time_statistic_in_time_id_seq'::regclass)
stream_id int4 10 null
streams.stream_id stream_statistics_in_time_stream_id_fkey R
stream_statistic_type_id int4 10 null
stream_statistics_types.stream_statistic_type_id stream_statistics_in_time_stream_statistic_type_id_fkey R
value int4 10 0
timepoint timestamp 26,3 CURRENT_TIMESTAMP

Indexes

Constraint Name Type Sort Column(s)
stream_statistics_in_time_pkey Primary key Asc statistic_in_time_id
stream_statistics_in_time_stream_id_timepoint_idx Performance Asc/Asc stream_id + timepoint
stream_statistics_in_time_stream_statistic_type_id_idx Performance Asc stream_statistic_type_id

Relationships