Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Thu Jan 19, 2012 7:16 pm 
Offline
Senior Newbie

Joined: Wed Dec 29, 2010 5:39 pm
Posts: 12
A year ago I would've never asked this question... but since Linode has introduced NodeBalancer, I guess the company has started moving towards a more general "tools for developers" approach (as opposed to "pure" VPS hosting), so I guess this would be doable.

In practice, it would be something like this: http://aws.amazon.com/rds/

You pay for storage and/or for queries, and that's it. No more tuning. No more having to deal with my.cnf. It scales automatically. Whatever.

It would be cool. I'd pay for it.

_________________
nope


Top
   
 Post subject:
PostPosted: Sat Jan 21, 2012 11:27 am 
Offline
Junior Member
User avatar

Joined: Wed Nov 16, 2011 11:41 am
Posts: 37
Website: http://empoweringmedia.com
Location: United States
I know Linode has researched into this, but don't know if they are going to ever going to offer managed services.

_________________
Larry Ludwig
Empowering Media
Managed Cloud Services and Managed VPS


Top
   
 Post subject:
PostPosted: Sun Jan 22, 2012 9:02 am 
Offline
Senior Newbie

Joined: Wed Dec 29, 2010 5:39 pm
Posts: 12
empoweringmedia wrote:
I know Linode has researched into this, but don't know if they are going to ever going to offer managed services.


NodeBalancers are a managed service actually :)

_________________
nope


Top
   
 Post subject:
PostPosted: Sun Jan 22, 2012 9:28 am 
Offline
Senior Member

Joined: Fri Jan 20, 2012 11:19 am
Posts: 100
Quote:
NodeBalancers are a managed service


I don't know if I agree with that. But then again, the definition of "managed service" varies depending on the provider.

A nodebalancer is just a highly-available reverse proxy that you can pay for and plug in the settings you want. I wouldn't necessarily call that a "managed" service.

_________________
If all else fails, reboot...
PHP Tutorials and MySQL Tutorials


Top
   
 Post subject:
PostPosted: Sun Jan 22, 2012 10:02 am 
Offline
Senior Newbie

Joined: Wed Dec 29, 2010 5:39 pm
Posts: 12
nehalem wrote:
Quote:
NodeBalancers are a managed service


I don't know if I agree with that. But then again, the definition of "managed service" varies depending on the provider.

A nodebalancer is just a highly-available reverse proxy that you can pay for and plug in the settings you want. I wouldn't necessarily call that a "managed" service.


I'm just using Linode's definition:

http://www.linode.com/nodebalancers/

"NodeBalancers are highly-available, managed, cloud based, "load balancers as a service"."

_________________
nope


Top
   
 Post subject:
PostPosted: Sun Jan 22, 2012 11:30 am 
Offline
Senior Member

Joined: Fri Jan 20, 2012 11:19 am
Posts: 100
Yes, using their definition, they do offer managed services.

I think it would be interesting if they offered that sort of database service. In the same way it is simpler to use a nodebalancer than to get a Linode 512 for the same price and set up your own reverse proxy (and still have a SPOF) which probably can't scale "to 5,000 concurrent connections", it would make sense to use such a DB service and not have to worry about doing your own clustering to achieve High-Availability.

Some persons would want to avoid a proprietary solution for their HA management depending on the application, but others would definitely jump at it IMO. It's all about HA these days, and the easier the better.

I, for one, would definitely consider that service if it were available.

_________________
If all else fails, reboot...

PHP Tutorials and MySQL Tutorials


Top
   
 Post subject: Whipping out the Latin
PostPosted: Sun Jan 22, 2012 4:10 pm 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
Unfortunately, thanks to the ambiguity of SQL, providing generic-RDBMS-as-a-service isn't very feasible without a lot of pain, and providing a specific brand of RDBMS as a service is vendor lock-in writ large. One could call MySQL a de facto standard and go with that, but given the documented evidence that administering MySQL is dangerous to human health, it's kind of a lame standard.

This leaves two "better" options, both of which aren't that great:

1) Use some other RDBMS. This could be PostgreSQL, Oracle, etc, or it could be something homebrew. This will immediately eliminate large quantities of customers, ranging from "everyone running WordPress or Drupal" to "everyone", depending on which RDBMS is chosen.

2) Offer multiple RDBMSes. This is the approach AWS takes with their Relational Database Service offering. You essentially get an EC2 instance with MySQL or Oracle pre-installed and configured, with the possibility of replication. This is a bit of a cop-out: it's essentially a managed EC2 instance where you don't get root, and you have to manage your own partitioning and redundancy and all that. This could probably be implemented with a clever StackScript and a modest control panel.

But dang, it'd be nice.

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
 Post subject:
PostPosted: Mon Jan 23, 2012 12:27 pm 
Offline
Senior Member
User avatar

Joined: Tue May 26, 2009 3:29 pm
Posts: 1691
Location: Montreal, QC
Even just a managed MySQL cluster would probably be a big step. Replication is a pain to set up, and proper MySQL clustering requires a license.

I'm glad I need none of these things. Well, since needing it would indicate some sort of success, perhaps I should not be glad I don't need them.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group