The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
Maximum number tables

Hi team,
I would like to create 10,000 tables at Vertica cluster. Does Vertica support this scale of tables?
0
Comments
Based on the documentation number of tables per database is limited by physical RAM, as the catalog must fit in memory.
https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/SQLReferenceManual/SystemLimits.htm?tocpath=SQL Reference Manual|_____2
Thank you, Dave and Sruthi!