ZCA_ES_NRT_BULK_DETECT
To detect users performing bulk nrt ingestion
Details
-
Schema: FUSION
-
Object owner: ZCA
-
Object type: TABLE
-
Tablespace: FUSION
Primary Key
| Name | Columns |
|---|---|
|
ZCA_ES_NRT_BULK_DETECT_PK |
USER_GUID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| USER_GUID | VARCHAR2 | 64 | Yes | Holds the user guid of users performing nrt operation | |
| LAST_UPDATE_TIMESTAMP | TIMESTAMP | Yes | Holds the last updated timestamp by this user | ||
| NRT_COUNT | NUMBER | 18 | Yes | Number of NRT requests happend |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZCA_ES_NRT_BULK_DETECT_PK | Unique | DEFAULT | USER_GUID |