There’s no practical limit on columns or rows (especially rows). We allow 100 cols per table, and th

There’s no practical limit on columns or rows (especially rows). We allow 100 cols per table, and there is no limit on rows (outside of storage). 50M rows per table? Works. You’ll want a good index and good queries but row count is rarely a limiting factor.
Was this page helpful?