On 26 May 2010 21:29, John Gage <jsmgage@numericable.fr> wrote:
> Please forgive this intrusion, and please ignore it, but how many
> applications out there have 110,000,000 row tables? I recently multiplied
> 85,000 by 1,400 and said now way Jose.
>
> Thanks,
>
> John Gage
>
There's no reason why it can't have that many rows. There's no limit
on the number of rows for tables, only table sizes, which is limited
to 32TB. If you ever have a table that big though, you probably need
to rethink your schema.
Thom