I have records that can be stored over multiple tables or all in one table. I was wondering if it would be faster to query over multiple tables or in one table.
If it is over MULTIPLE tables, my application would know which table to query for it's data ( 100 records per table). If it is in ONE table, then I wonder if it would be slower to look for its data when going through thousands of records. I'm not sure how Jet does its thing.
Thank you.
If it is over MULTIPLE tables, my application would know which table to query for it's data ( 100 records per table). If it is in ONE table, then I wonder if it would be slower to look for its data when going through thousands of records. I'm not sure how Jet does its thing.
Thank you.