Table Details
| Property | Value |
|---|---|
| Table Name | beacon.validator.queue |
| Table Status | Production-Ready |
| Unique Key | date |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| date | TIMESTAMP_NTZ(9) | Calendar date (UTC) this record represents. Used in daily aggregate tables. |
| validators_entry_queued | NUMBER(38,0) | Number of validators waiting in the entry queue |
| entry_queue_eth | FLOAT | Total amount of ETH in the entry queue currently |
| entry_churn_per_epoch | NUMBER(38,0) | Number of validators that can enter the active set per epoch |
| total_entry_queue_epochs | NUMBER(38,0) | Estimated number of epochs required to process the entry queue |
| total_entry_queue_minutes | NUMBER(38,0) | Estimated time in minutes to process the entry queue |
| total_entry_queue_hours | NUMBER(38,2) | Estimated time in hours to process the entry queue |
| total_entry_queue_days | NUMBER(38,2) | Estimated time in days to process the entry queue |
| validators_exit_queued | NUMBER(38,0) | Number of validators waiting in the exit queue |
| exit_queue_eth | FLOAT | Total amount of ETH in the exit queue currently |
| exit_churn_per_epoch | NUMBER(38,0) | Number of validators that can exit the active set per epoch |
| total_exit_queue_epochs | NUMBER(38,0) | Estimated number of epochs required to process the exit queue |
| total_exit_queue_minutes | NUMBER(38,0) | Estimated time in minutes to process the exit queue |
| total_exit_queue_hours | NUMBER(38,2) | Estimated time in hours to process the exit queue |
| total_exit_queue_days | NUMBER(38,2) | Estimated time in days to process the exit queue |
| _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. |