JFRobishow
Technical User
Hi,
I'm building a database driven web gallery for a webpage (using access 2002 and ASP). There are about 3000+ pictures that I added in a database. I then query the database for the path, type, etc. The pictures are divided in two major categories and then those two are divided in smaller sub categories (the gallery). I'm wondering what would be better perfomance wise.
Should I use two seperate database for each major categories or is it the same to use only one that contain the table for both categories since it will only query one table at a time anyway.
Right now I'm thinking that one database will work just as well as two database. The only reason I see why I should use two is if there's a lot of traffic in which case it would be useful to divide the load between two databases but that isn't the case, the limit of 255 concurrent users is enough.
Since I'm not that experienced I thought I would ask here to make sure. Thanks in advance! I appreciate it.
I'm building a database driven web gallery for a webpage (using access 2002 and ASP). There are about 3000+ pictures that I added in a database. I then query the database for the path, type, etc. The pictures are divided in two major categories and then those two are divided in smaller sub categories (the gallery). I'm wondering what would be better perfomance wise.
Should I use two seperate database for each major categories or is it the same to use only one that contain the table for both categories since it will only query one table at a time anyway.
Right now I'm thinking that one database will work just as well as two database. The only reason I see why I should use two is if there's a lot of traffic in which case it would be useful to divide the load between two databases but that isn't the case, the limit of 255 concurrent users is enough.
Since I'm not that experienced I thought I would ask here to make sure. Thanks in advance! I appreciate it.