Max Row Count per Table

Moderator: NorbertKrupa

Post Reply
User avatar
JimKnicely
Site Admin
Site Admin
Posts: 1825
Joined: Sat Jan 21, 2012 4:58 am
Contact:

Max Row Count per Table

Post by JimKnicely » Sun Jun 28, 2015 2:17 pm

FYI...

I was asked recently by a client what is the max number of rows per table Vertica can handle.

From the docs, we see that it is "2^64 rows per node".

Note that 2^64 = 1.84467440737096e+19, which equates to 18,446,744,073,709,600,000 rows per table per node!

Wow, that's a lot of rows!

See:

http://my.vertica.com/docs/7.1.x/HTML/i ... ual|_____2

Note: Table size is limited to: 2^64 rows per node, or 2^63 bytes per column, whichever is smaller.
Jim Knicely

Image

Note: I work for Vertica. My views, opinions, and thoughts expressed here do not represent those of my employer.

NorbertKrupa
GURU
GURU
Posts: 527
Joined: Tue Oct 22, 2013 9:36 pm
Location: Chicago, IL
Contact:

Re: Max Row Count per Table

Post by NorbertKrupa » Mon Jun 29, 2015 2:24 am

It's also important to note the row size limit:
32,768,000 bytes. The row size is approximately the sum of its maximum column sizes, where, for example, a VARCHAR(80) has a maximum size of 80 bytes.
Checkout vertica.tips for more Vertica resources.

Post Reply

Return to “General”