Slony-I 2.1.4 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Chapter 8. Schema schemadoc | Fast Forward | Next |
Table used to monitor what various slon/slonik components are doing
Structure of sl_components
text PRIMARY KEY
which component am I?
integer NOT NULL
my process/thread PID on node where slon runs
integer NOT NULL
which node am I servicing?
integer NOT NULL
PID of database connection being used on database server
text
activity that I am up to
timestamp with time zone NOT NULL
when did my activity begin? (timestamp reported as per slon process on server running slon)
bigint
which event have I started processing?
text
what kind of event am I processing? (commonly n/a for event loop main threads)