Database located in MySql
Slave table via ODBC connected to Access
Two tables are connected by the field "idsub" 1: M.
Characteristics of the main table:
- number of lines - 1.0 million (maybe more)
- number of columns ~ 20 pieces
Characteristics of the subordinate table:
- line count -> 1.0 million
- number of columns ~ 20 pieces
If you increase the number of rows in a subordinate table - more than 100,000, then when you move the cursor through the records of the main table, the computer starts to slow down.
Question.
What can be done to avoid braking? Is the use of such tools acceptable - MySql, Access for such a database?
What software is desirable to use in such situations?
Or how to organize the interaction between the tables?
File is located by reference
