> ## 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_hoodi.validator.queue` |
| Table Status | Beta 🌱                        |

### Table Columns

| Column Name                  | Data Type         | Description                                                                      |
| ---------------------------- | ----------------- | -------------------------------------------------------------------------------- |
| date                         | TIMESTAMP\_NTZ(9) | Calendar date of queue snapshot                                                  |
| validators\_entry\_queued    | NUMBER(38,0)      | Number of validators queued for activation                                       |
| entry\_churn\_per\_epoch     | NUMBER(38,0)      | Pre-Pectra: per-epoch validator churn. Post-Pectra: `NULL` (fixed churn applies) |
| total\_entry\_queue\_epochs  | NUMBER(38,0)      | Estimated epochs to clear the entry queue                                        |
| total\_entry\_queue\_minutes | NUMBER(38,0)      | Minutes required to clear the entry queue                                        |
| total\_entry\_queue\_hours   | NUMBER(38,2)      | Hours required to clear the entry queue                                          |
| total\_entry\_queue\_days    | NUMBER(38,2)      | Days required to clear the entry queue                                           |
| validators\_exit\_queued     | NUMBER(38,0)      | Number of validators queued for exit                                             |
| exit\_churn\_per\_epoch      | NUMBER(38,0)      | Pre-Pectra: per-epoch validator churn. Post-Pectra: `NULL`                       |
| total\_exit\_queue\_epochs   | NUMBER(38,0)      | Estimated epochs to clear the exit queue                                         |
| total\_exit\_queue\_minutes  | NUMBER(38,0)      | Minutes required                                                                 |
| total\_exit\_queue\_hours    | NUMBER(38,2)      | Hours required                                                                   |
| total\_exit\_queue\_days     | NUMBER(38,2)      | Days required                                                                    |
| \_created\_at                | TIMESTAMP\_NTZ(9) | Record creation timestamp                                                        |
| \_updated\_at                | TIMESTAMP\_NTZ(9) | Record update timestamp                                                          |

### Related Docs

* [Beacon Chain Validator Queue](/historical-data/supported-blockchains/evm/beacon-chain/validator/queue)
