I am trying create a table using a cross join or Cartesian Product subquery that creates a table with a large number of rows, like at least 148 million rows. I get this
ERROR 1114 (HY000): The table is full.
I plan on filtering and querying the table later on, but how can I create this table?
max_heap_table_sizebigger than about 1% of RAM. What other settings did you change? – Rick James Nov 04 '17 at 17:47