hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Web Hosting : Database Web Hosting
Reply

Web Hosting Discussions on all aspects of web hosting including past experiences (both negative and positive), choosing a host, questions and answers, and other related subjects. If your service is unavailable, please click here.
Forum Jump

Database Web Hosting

Reply Post New Thread In Web Hosting Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 09-11-2002, 06:40 PM
markcw markcw is offline
Junior Guru
 
Join Date: Apr 2002
Posts: 225

Database Web Hosting


I'm trying to find information on database web hosting for a consulting client. It appears mysql and SQL 2000 are the most supported database platform.

I only found one web host for Oracle 8i on a Sun Solaris platform
Verio - http://hosting.verio.com/index.php/application.html

I have found several web hosts with these databases:
Unix - mysql, pgsql
Windows - access, mysql, sql server 7, sql server 2000

Does anyone host Sybase, DB2, Informix or any other databases not listed?

I do not need a web host until the decision is made on the database. If you cannot respond here because you are a web host, then please PM.

__________________
http://www.ChicagoJobResource.com
Chicago Job Resource
YOUR career connection for Chicago jobs, careers and employment

Reply With Quote


Sponsored Links
  #2  
Old 09-11-2002, 07:05 PM
refcom refcom is offline
Junior Guru
 
Join Date: Sep 2002
Posts: 176
I would like to respond as a web host - but I think I'll take this one personally.

Going to software that isn't well used and supported is not usually a good idea. I would recommend that you only consider software packages like MySQL or PostreSQL. These are open source packages that are tried tested an true. As an alternative you can go to commercial packages which cost a lot more to purchase and to implement on, nevermind support. In <<MY PERSONAL OPINION>> (no flames please) stay away from the MS SQL server products and go with MySQL (with transactions enabled if you need them) or PostgreSQL.

No matter which database server you end up using, it is very important that you understand SQL transactions and the reasons why you need them.

__________________
Travis Doherty
Web Hosting Services
http://www.referable.com/

Reply With Quote
  #3  
Old 09-11-2002, 07:25 PM
Richard Ward Richard Ward is offline
Web Hosting Guru
 
Join Date: Sep 2002
Location: perl -le '$_=`man perlfaq1`;print/"(j.*)"/'
Posts: 280
MySQL is far superior to PostgreSQL as far as ease of administration, usage, and supported application reliability. My only problem with Microsoft products is the fact that it's closed-source. I know Microsoft has to make money; so do I. With this said, I cannot trust my servers to run something 24/7 without being able to see its workings and apply the necessary additions, subtractions, and patches in a timely manner. It is simply not a feasible situation to put my network in. I also cannot wait for Microsoft technicians to diagnose software problems for us when we have our own staff who do nothing but that. If we brought in the MCSE guys, we wouldn't be online; we'd be at Best Buy picking up software.

__________________
Richard Ward
1 NET LANE, LLC.
http://www.1NL.net
The low cost data center.

Reply With Quote
Sponsored Links
  #4  
Old 09-11-2002, 08:07 PM
lpguitars lpguitars is offline
Disabled
 
Join Date: Sep 2002
Posts: 128
In terms of shared plans, MySQL is the most common among Unix environments, and considering it's free, a darn solid dbase. I believe it is what is used to power these boards.

It's nothing like Oracle or MS SQL Server in terms of strength and "back office" features, but you pay more for those two.

If any dbase is ODBC compliant, such as FoxPro for example, then it can be supported on most any windows server.

It's like Ford and Chevy on race day - if your developer is an ASP developer they will want MS SQL, or perhaps even MS Access, and if they are a php developer they will most likely want MySQL.

Good luck with the project.

Reply With Quote
  #5  
Old 09-11-2002, 08:24 PM
markcw markcw is offline
Junior Guru
 
Join Date: Apr 2002
Posts: 225
My only concerns with mysql is the number of concurrent users and the database size. I need more concrete info on mysql to consider it for this large project. I can easily find out those limits, but what has anyone actually used in real life on mysql?

For example I have used SQL Server with 1000 users and 45 gig of data in a production environment. I have heard that Oracle will handle this without a problem.

__________________
http://www.ChicagoJobResource.com
Chicago Job Resource
YOUR career connection for Chicago jobs, careers and employment

Reply With Quote
  #6  
Old 09-11-2002, 08:40 PM
lpguitars lpguitars is offline
Disabled
 
Join Date: Sep 2002
Posts: 128
I'm sure I am going to get flamed to death here - and I do not know the hard figures for MySQL's capacity, but I will say this...

You won't find it used a whole heck of a lot on enterprise level applications. That's not to say that it's not a workhorse, or a darn good dbase, but most sr level developers are going to prefer something like Oracle or SQL.

To save some pesos, unless you are sure your traffic will be that big right out of the gate is consider using MS Access being ready to migrate to SQL Server when traffic starts climbing. Typically this is an easy upgrade. I've never done a MySQL port so I cannot speak for that.

OK - here come the flames from the MySQL gurus!

Reply With Quote
  #7  
Old 09-11-2002, 08:41 PM
refcom refcom is offline
Junior Guru
 
Join Date: Sep 2002
Posts: 176
We run MySQL and only MySQL - I can't give any benchmarks of it against anything else for this reason. I can tell you some info on what we have on one of our MySQL servers (a fairly popular one in our terms.)

Databases: 230
Total Tables: 3681
Total Data Size: >2.6 Gigs, < 3.

Its fairly small as we split our databases over four servers, and I cant give stats on anything larger than that since I don't have anything more.

MySQL runs very smoothly, and is the choice of most for a database server. In my opinion it is the best, and even better because of its opensourceness.

I sleep at night knowing my servers are running MySQL.

__________________
Travis Doherty
Web Hosting Services
http://www.referable.com/

Reply With Quote
  #8  
Old 09-11-2002, 08:58 PM
markcw markcw is offline
Junior Guru
 
Join Date: Apr 2002
Posts: 225
refcom

thanks.. thats the type of information i am looking for on mysql.

I would like to see if anyone has used a larger database 30 gig+ on a single dedicated mysql server.

Any other databases not mentioned supported?

Note: that Verio states that it puts up the Oracle server and you need a DBA to support it. It keeps them in an unmanaged database server environment. That's ok in my case since the client has DBA's to run the database. Just no web experience. For $250 a month to try Oracle at Verio sure a cheap way to test Oracle. Of cource mysql and SQL Server would be alot cheaper per month to test.

I haven't really noticed other web hosts offering a full server for database only use. Or am I missing that somewhere on the web host sites?

__________________
http://www.ChicagoJobResource.com
Chicago Job Resource
YOUR career connection for Chicago jobs, careers and employment

Reply With Quote
  #9  
Old 09-11-2002, 09:04 PM
markcw markcw is offline
Junior Guru
 
Join Date: Apr 2002
Posts: 225
lpguitars

yes Oracle and SQL Server are preferred by the client, but I would like some real input from web hosts or users running large databases on the web using mysql or other databases.

If the largest database size on a single server is not close to 30 gig+, then its hard to recommend mysql as a valid choice in the long run. Of course it may be the perfect database for the next 2 years - the costs savings alone by using mysql could be substantial.

__________________
http://www.ChicagoJobResource.com
Chicago Job Resource
YOUR career connection for Chicago jobs, careers and employment

Reply With Quote
  #10  
Old 09-11-2002, 09:30 PM
lpguitars lpguitars is offline
Disabled
 
Join Date: Sep 2002
Posts: 128
Hey markcw - I just did a search on google groups (not to steer you away from here) for "how large can mysql be" (no quotes) and got lots of replies from folks with millions of records and rows and with dbases larger than 3GB.

Might be worth checking out.

Reply With Quote
  #11  
Old 09-11-2002, 09:40 PM
markcw markcw is offline
Junior Guru
 
Join Date: Apr 2002
Posts: 225
lpguitars

ok thanks for the tip. I forgot about looking at groups.google.com there.

Looks like some versions of linux / unix support files only 2-3 gigs in size. Newer versions are more flexible in max file size.

It looks like it will be a slippery slope to determine the hardware and software total costs on all platforms. If it were easy, I wouldn't need to be around!

__________________
http://www.ChicagoJobResource.com
Chicago Job Resource
YOUR career connection for Chicago jobs, careers and employment

Reply With Quote
  #12  
Old 09-12-2002, 03:01 AM
operandi operandi is offline
Junior Guru Wannabe
 
Join Date: Sep 2002
Posts: 58
I notice that **********.com supply Oracle as an addition to their hosting plans at $60/month. I've no connection with them at all, have never used them or know anything about them other than from their web site.

Reply With Quote
  #13  
Old 09-12-2002, 03:03 AM
operandi operandi is offline
Junior Guru Wannabe
 
Join Date: Sep 2002
Posts: 58
Perhaps that wasn't a good suggestion - looks like they are banned, or something. Sorry!

Reply With Quote
  #14  
Old 09-12-2002, 03:25 AM
operandi operandi is offline
Junior Guru Wannabe
 
Join Date: Sep 2002
Posts: 58
Perhaps that wasn't a good suggestion - looks like they are banned, or something. Sorry!

Reply With Quote
  #15  
Old 09-12-2002, 04:36 AM
TDMWeb TDMWeb is offline
Web Hosting Evangelist
 
Join Date: Mar 2002
Location: UK
Posts: 458
This link http://www.mysql.com/doc/en/Table_size.html gives maximum table sizes for MySQL. (Note, table size, not database size).

As you can see, there's nothing anywhere like 30Gb. My hunch would be that you could possibly get it to work, depending on the OS you were using and the file system, with some patches and tweaks...

But, and this is a big but IMHO, it seems to me that you would be pushing the envelope quite a bit over what MySQL is normally used for. I think it's a great product, but it is not the same thing as SQL Server, Oracle and IBM's DB2 (which is very highly regarded).

To compare figures for SQL Server see http://msdn.microsoft.com/library/de...ar_ts_8dbn.asp

For anything more than the average smallish databases that many websites use, you need a server dedicated to serving databases -- sticking a 30Gb database on a web server is heading for disaster I think! And the database server needs to be well specified -- for that size I wonder if you would be better off thinking about a server cluster (database and web servers)? Microsoft (yeah we love to hate them) have some good info and experience on that -- there have been interesting papers on it at past TechEd conferences (adding "medium cost" servers to a cluster is a whole lot better and cheaper than trying to upgrade one massive server). And you get a lot more resilience too. My guess is that this is a pretty important website?

What kind of load you generate will depend on whether you are just doing reads or writes too -- a database which is effectively read-only will perform much better. I believe it's common practice for busy website databases to try and limit updates to a slack period of the day to avoid slowing stuff down.

Stuff like SQL Server, Oracle, DB2 are designed from the start to support large databases.

The more I think about this, the more I believe you'd be well served (no pun intended) by talking to a specialist in large database-driven websites (and that's definitely not me, nor does my company do that kind of consultancy!). There's a whole ton of stuff you need to think about and the system needs to be planned as one coherent whole.

Email me if you want an idea of who -- a name is somewhere in the back of my mind, I'd need to do some hunting to dig it out!

Hope this helps.

__________________
Chris at TDMWeb.com
Windows & Linux hosting and fully managed dedicated servers with great customer service!
UK-based but serving the world...

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Samsung Ventures Backs Cloudant Database as a Service Web Hosting News 2013-02-08 14:10:26
Cloud Host Savvis Extends Cloud-Based Database Platform to European Customers Web Hosting News 2012-10-12 11:06:37
Jelastic Adds Apache CloudDB to Java PaaS Cloud Platform Web Hosting News 2011-12-22 19:47:44
DiscountASP.NET Launches Free Beta for Microsoft SQL Server 2012 Hosting Web Hosting News 2011-12-13 22:02:03
Web Host DiscountASP.NET Lets Customers Keep Testing Web Matrix V2 Beta for Free Web Hosting News 2011-11-15 16:48:12


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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 Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?