Hello,
Im about to make a system which is going to be used by about 10k people. They all have their own user/password entry in a database. My database of choice is normally MySQL or maybe PostrgreSQL.
At the most 200 users at the same time will access the database. Is this a problem for any of the mentioned databases?
thanks in advance
Large amount of users, what dbase to use?
Moderator: General Moderators
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
a proper database design
for eg, relationships can be easily established between multiple tables
Good database design
for eg, relationships can be easily established between multiple tables
Good database design