Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Database for multiple users
Closed Thread
Old 05-14-2009, 12:28 AM   #1 (permalink)
 
Super Techie

Join Date: Oct 2004

Posts: 384

Mr. tech is on a distinguished road

Default Database for multiple users

If I create a script that allows multiple people to sign up for accounts, is it ok if they use the same database?

http://www.campaignmonitor.com is an email mailout software that allows you to signup and create newsletters, add subscribers etc. That must mean they would have millions of records in their database from all their accounts.

Would a site like campaign monitor use just one database to store all their information or would they need multiple databases? What is the best way to approach this?
Mr. tech is offline  
Old 05-14-2009, 09:12 AM   #2 (permalink)
 

Join Date: Jul 2005

Location: England

Posts: 2,159

kmote has a spectacular aura aboutkmote has a spectacular aura about

Default Re: Database for multiple users

You would only have one database. The normal way to handle users would be to have a users table.
__________________
MSI P43 Neo|Enermax Pro82+ 425W|E5200|silent 8500GT|250GB Samsung spinpoint F1|Samsung SATA DVD RW|4GB Corsair|Antec SOLO|openSUSE11


There are in order of increasing severity: lies, darn lies, statistics, and computer benchmarks. - diskinfo man page
kmote is offline  
Old 05-15-2009, 12:33 PM   #3 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,683

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: Database for multiple users

One database, multiple users. An SQL database can hold essentially limitless data, dictated by the hardware of the server it is being run on.
__________________

Need website help? PM me!
CrazeD is offline  
Old 05-18-2009, 06:10 AM   #4 (permalink)
 
Newb Techie

Join Date: May 2009

Location: UK

Posts: 6

j.smith1981 is on a distinguished road

Send a message via MSN to j.smith1981
Default Re: Database for multiple users

There's basically 2 forms of Databases out there, Desktop databases (lack performance if multiple people are accessing them as their meant for a max of 20 I'd say concurrent connections), where as you go for the high end server databases, like MySQL for example, which is highly comparible to the propietry equivalent Oracle (which I believe is releasing version 11g), but they do release 10g as an XE free edition just limiting you to 1tb of table data (generally across your userspace/tablespace).

There is version of Microsoft SQL server, thats quite good the server ones can handle thousands of transactions (adding of users, changing of records) per second, their very fast, I mean MSSQL if you will can handle literally just over 32,000 concurrent connections for itself, but then you put your own box performance which could or will rather, if you dont have a rack server, limit the processing power of it.

Doesnt generally matter if you have quad core, you really to make a productional server you need multiple actual CPU's not cores to add processing power, the Xeon's beautifull for what it can do from HP, but at a cost of around for the servers that processor is bundled with ya talking in the region here in the UK of a price range from anything from £3,000-£5,000, really meant obviously for corporate transacting website, business data critical systems.

Last edited by j.smith1981; 05-18-2009 at 06:13 AM.
j.smith1981 is offline  
Old 05-25-2009, 07:55 PM   #5 (permalink)
 
Ultra Techie

Join Date: Sep 2005

Posts: 638

tommyboy123x is on a distinguished road

Send a message via AIM to tommyboy123x
Default Re: Database for multiple users

Yes. Not only should you use one database, you should use one table and call it something like members or users
__________________

Some real (as in actual) surveys that pay money!
tommyboy123x is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Apple tells Mac users: Get anti-virus Osiris Apple, Mac OS , and Power PC 13 12-18-2008 09:16 PM
Mac users urged to ditch Safari Osiris Apple, Mac OS , and Power PC 8 08-06-2008 07:23 PM
Database search anshu Search Engines & Internet Traffic 1 05-29-2007 02:20 PM
Database search anshu Browser & General Internet Questions 0 05-29-2007 03:06 AM