Search code examples
mysqljoinbigtable

Join query between two big tables in mysql


i have to run a join query between Tow big table in mysql every table's size is 300MB , the problem the execution time in mysql , can some one help me ?


Solution

  • You might consider to use an external tools:

    Google BigQuery