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

# Database Limitations

The following are limitations of the current release.

| Limit                                  | Value           |
| :------------------------------------- | :-------------- |
| #Tables per DB                         | 10,000          |
| #Columns per table                     | 1,024           |
| #Indexes per table                     | 1,024           |
| Max row length                         | 1,007,000 bytes |
| Max SQL statement length               | 2,097,152 bytes |
| Max `VARCHAR` size                     | 102,400 chars   |
| Max `CHAR` size                        | 255 chars       |
| Max `CHAR`/`VARCHAR` index column size | 239 bytes       |
| Max `NUMERIC` index column precision   | 464             |
