How many columns can Hydra handle? #140
Answered
by
wuputah
hongbo-miao
asked this question in
Q&A
-
Hi Hydra team, I am wondering what is the limit of the number of columns in Hydra? Thanks! 😃 |
Beta Was this translation helpful? Give feedback.
Answered by
wuputah
Sep 8, 2023
Replies: 1 comment 1 reply
-
Hey there! We are bound by the limits of Postgres: So we currently support up to 1600 columns per table (relation), though we haven't tested a large number of columns, so I would be curious if you run into any issues with large numbers of columns. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hongbo-miao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there! We are bound by the limits of Postgres:
https://www.postgresql.org/docs/current/limits.html
So we currently support up to 1600 columns per table (relation), though we haven't tested a large number of columns, so I would be curious if you run into any issues with large numbers of columns.