Hi again (Twice in one day! Oh NO! :-)
More enlightenment sought, though this is of more practical application.
Another discovery I recently made is that a container is a separate TBLspace/Partition. I have partitions named
raw_container and
mult_container (and possibly a few more) showing up in my partitions report. Looking at the schema for my database I see, for example:
create table "jake".ts_data_v ( loc_esi_id char(20) not null , measure_unit varchar(10) not null , direction char(1) not null , tstamp datetime year to fraction(5), value decimal(14,3) ) using ts_vtam ( basetabname='ts_data', tsfirstcolidx='3', tscolcnt='2', tsscanmode='0', tscolname='raw_reads', tselemtype='meter_data', tsprimarykey='1:2:3', nts='origin(2010-11-10 00:00:00.00000),calendar(cal15min),container(raw_container),threshold(0),regular');However, not having read every manual cover to cover, I am at a loss to locate a system catalog that associates a container with its table. My current scheme is that if a table has a partition header [in sysptnhdr] but no catalog entry, it must be a container. Somehow, I'm pretty sure that's wrong.
So in which table can I find such an association? Hey, I can associate an index with its table by joining systables with sysindexes but what tables (catalogs?) can I join to associate the container with its table? In the above case, a row describing container raw_container and mapping back up to table, ts_vtam.
Thanks for light here.
------------------------------
Jacob Salomon
---
Nobody goes there anymore, it's too crowded. --Attr: Yogi Berra
------------------------------
#Informix