I have a number of tables that I need to join together and so far I have no issues with 3/4 tables.
The 4th table contains >3M rows, and every time I try to join it to another table, the connection breaks.
Is this because I have so many entries?
How can I fix this? I cannot address my tasks without joining this table to the others.
The 4th table contains >3M rows, and every time I try to join it to another table, the connection breaks.
Is this because I have so many entries?
How can I fix this? I cannot address my tasks without joining this table to the others.
Comment