I have two table in database A,B
- A: summary view of my data
- B: detail view (text files has detail story)
I have 1 million record on my database 70% of the size is for Table B and 30% for Table A.
I want to know if the size of database affect the query performance response time ? Is it beneficial to remove my Table B and store it on Disk to reduce the file size of the database to optimize the performance of my database ?