Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> multi-user database design

multi-user database design

From: <racudd_at_my-deja.com>
Date: Wed, 19 Jan 2000 00:00:36 GMT
Message-ID: <862uqq$11l$1@nnrp1.deja.com>


How do the likes of Amazon and Hotmail etc (anyone with loads of users) design their databases ? Would they set up a new database user for each of their customers and thus have literally thousands of users accessing their database at a time. Or would they have one or two "power" users to access their databases and retrieve all of the data and then pass it back to each individual user ?

Also, would they use persistent db connections (with Apache and mod_perl or something) to increase speed or would they try and save some memory and just make a new connect to the database each time the users request information? I can imagine that persistent connections would limit the number of concurrent users possible due to memory usage. Thanks
Richard

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Jan 18 2000 - 18:00:36 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US