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

Home -> Community -> Usenet -> c.d.o.server -> Re: multi-user database design

Re: multi-user database design

From: Ed Stevens <Ed.Stevens_at_nmm.nissan-usa.com>
Date: Wed, 19 Jan 2000 13:35:41 GMT
Message-ID: <864ejb$2oo$1@nnrp1.deja.com>


In article <862uvs$1a5$1_at_nnrp1.deja.com>,   racudd_at_my-deja.com wrote:
> 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.
>

--
When you search or browse Amazon's products, did you supply a userid? No. Since you don't supply a userid, they can't be setting up a userid just for you to connect to the database. So how do you connect to the database to search for books? *You* don't connect to the database. The application itself(in this case, the code behind the web page), connects to the databse, using its own userid.

Ed Stevens
(Opinions are not necessarily those of my employer)

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Jan 19 2000 - 07:35:41 CST

Original text of this message

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