Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How many fields can a Greenplum table support at most #15409

Closed
jiangzhaohong opened this issue Apr 21, 2023 · 3 comments
Closed

How many fields can a Greenplum table support at most #15409

jiangzhaohong opened this issue Apr 21, 2023 · 3 comments
Labels
type: feature feature request

Comments

@jiangzhaohong
Copy link

Hello, may I ask:
How many fields can a Greenplum table (Row table and Column table) support at most?

thank you!

@jiangzhaohong jiangzhaohong added the type: feature feature request label Apr 21, 2023
@ashwinstar
Copy link
Contributor

Same as heap, 1600 max columns for a table.
What number requirement do you have?

(also for purely questions can use gpdb-dev@greenplum.org or gpdb-users@greenplum.org mailing-lists instead)

@jiangzhaohong
Copy link
Author

Same as heap, 1600 max columns for a table. What number requirement do you have?

(also for purely questions can use gpdb-dev@greenplum.org or gpdb-users@greenplum.org mailing-lists instead)

Thank you for your answer!
We need to design a table to store patient clinical events, which may require several thousand fields, with more than 1600 fields.
Is there any way to increase this limit or other suggestions.Thanks!

@ashwinstar
Copy link
Contributor

No way to remove this limit. Possibly create multiple tables with some common unique identifier column to join together them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature feature request
Projects
None yet
Development

No branches or pull requests

2 participants