| 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 | FLOAT | Estimated time in minutes to process the exit queue |
| total_exit_queue_hours | FLOAT | Estimated time in hours to process the exit queue |
| total_exit_queue_days | FLOAT | Estimated time in days to process the exit queue |
| consolidations_queued | NUMBER(38,0) | Number of pending validator consolidation requests in the queue |
| consolidation_queue_eth | FLOAT | Total ETH waiting in the EIP-7251 validator consolidation queue |
| total_consolidation_queue_minutes | NUMBER(18,0) | Estimated total minutes to process all pending consolidation requests at current throughput |
| total_consolidation_queue_hours | NUMBER(25,2) | Estimated total hours to process all pending consolidation requests at current throughput |
| total_consolidation_queue_days | NUMBER(31,2) | Estimated total days to process all pending consolidation requests at current throughput |
| last_updated_at | TIMESTAMP_NTZ(9) | Timestamp when the queue data was last updated |
| _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. |