> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Queue Latest

### Table Details

| Property     | Value                           |
| ------------ | ------------------------------- |
| Table Name   | `beacon.validator.queue_latest` |
| Table Status | Production-Ready                |

### Table Columns

| Column Name                          | Data Type         | Description                                                                                 |
| ------------------------------------ | ----------------- | ------------------------------------------------------------------------------------------- |
| 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.                               |
