0

I have Table A with 60 million records and Table B with 20 million records and I am joining those tables based on key columns . (inner join on a.id=b.id)

I am able to fetch the results within 10 minutes . After that for validating another column in Table C (I am joining the result generated from Table A and Table B ) with Table C(30 million records) and joining the column b with column c.(inner join on b.prfl_id=c.prfl_id)

But the query is very slow and it is running for more than 30 minutes and even then result is not generated. Any suggestion to get the results fast. Thanks in advance for your suggestion .

Regards,

Saravanan

saravanatn
  • 630
  • 5
  • 9

0 Answers0