Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

primary index using begin(period) - topic by tom.gnade

$
0
0
  I have a time-series table with data points that are time periods. I'd like to be able to evaluate the following designs:   create multiset table dropme_t0(   whatever_id varchar(50),   data_point_start_dtm timestamp(0), -- in UTC   data_point_end_dtm timestamp(0) )   primary index( whatever_id, data_point_start_dtm );   create multiset table dropme_t1(    whatever_id varchar(50),    data_point_dtmp period( timestamp(0) ) ) -- in UTC

read more


Viewing all articles
Browse latest Browse all 14773

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>