Table Details
| Property | Value |
|---|---|
| Table Name | beacon.validator.consensus_income_daily |
| Table Status | Production-Ready |
| Unique Key | date, validator_index |
| Clustering Key(s) | date |
| Search Optimization | validator_index |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| date | DATE | Calendar date (UTC) this record represents. Used in daily aggregate tables. |
| validator_index | NUMBER(38,0) | 916,865 |
| raw_consensus_income | FLOAT | Raw consensus income. |
| consensus_income | FLOAT | 0.002814952 |
| reward_count | NUMBER(18,0) | Number of rewards received by the validator. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |
| _changed_since_full_refresh | BOOLEAN | Indicates if the record has changed since the last full data refresh. |