SwampBoogie was right. If you index the tables properly, the size won't matter. If you're doing queries like hotel_date BETWEEN "2001-01-04" AND "2001-01-08", it should actually be faster since it won't have to search the whole month.
But if you've already got the code...
Hi all. I'm on about my third database application and I've started thinking about optimization. At the moment, this question is academic, as the database is small and either of my two alternatives will work equally well. I just want to better understand how to optimize. Basically my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.