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
Leave a Comment
Can't find what you're looking for? Search the Vertica Documentation, Knowledge Base, or Blog for more information.
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!