> ## 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

### 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.               |
