Stores information about the progress of materialization during Replication Server and Sybase IQ InfoPrimer Integration.
The rs_status table is stored
in each Sybase IQ user database, not in the RSSD.
Column 
 | 
Datatype 
 | 
Description 
 | 
| schema | 
 varchar (255) | 
Owner of table being materialized 
 | 
| tablename | 
 varchar (255) | 
Name of table being materialized 
 | 
| action | 
 varchar (1) | 
I – initial load 
 
A – autocorrection phase 
 
R – replication 
 
 
 
 | 
| starttime | 
 timestamp | 
Time action was started
 
 | 
| endtime | 
 timestamp | 
Time action completed 
 | 
| status | 
 varchar (1) | 
P – action in progress 
 
X – execution complete 
 
E – execution error 
 
 
 
 | 
| pid | 
 int | 
Reserved
 |