Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Hosted RavenDB
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Idan  
View profile  
 More options Jul 28 2012, 3:28 pm
From: Idan <lesbitc...@gmail.com>
Date: Sat, 28 Jul 2012 12:28:24 -0700 (PDT)
Local: Sat, Jul 28 2012 3:28 pm
Subject: Hosted RavenDB

Hi,

I wanted to know a few things about hosted RavenDB ravenhq.

Why it's so limited in storage capacity and why extra storage is so
expensive? - Cloud storage is cheap, am I missing something here.

I think that databases that fit to the cloud should support much higher
capacities. I found it very limiting for enterprise applications and mobile
applications that expects their data to grow significantly over time. I've
asked this questions in many places, and already hears excuses. DynamoDB
storage is cheap, so why can't ravenDB be cheap. $10/GB,
that egregiousness. The only thing that I can think about putting these
limitations is that you create  the servers (shards) ahead of time.
However, you can create a script that transfers that data to new shards
(re-sharding) so capacity can grow. It's not so complicated, so why not
implement such a feature. Think about the developers and their profit too,
not just how to maximize your profit.

Please replay back,

Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oren Eini (Ayende Rahien)  
View profile  
 More options Jul 28 2012, 4:24 pm
From: "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
Date: Sat, 28 Jul 2012 23:24:51 +0300
Local: Sat, Jul 28 2012 4:24 pm
Subject: Re: [RavenDB] Hosted RavenDB

You aren't buying storage, you are buying processing power, servers,
indexing, etc.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rangoric  
View profile  
 More options Jul 29 2012, 2:14 pm
From: Rangoric <rango...@gmail.com>
Date: Sun, 29 Jul 2012 11:14:47 -0700 (PDT)
Local: Sun, Jul 29 2012 2:14 pm
Subject: Re: [RavenDB] Hosted RavenDB

To add to this.

DynamoDB:
Cost Per Hour for read/write performance
    $0.01 for 50 reads of up to 1KB/second
    $0.01 for 10 writes of up to 1KB/second
   That's $7.50 per month each for reads and writes at a minimal level
Cost for Bandwidth
    Nothing "In Region", Minimal otherwise.
Cost for Storage
    $1/GB

RavenHQ: (Platinum Replicated Plan)
Cost for Storage
    For 10GB: 500
    For each GB over: $10

That's all you pay.

Now let's compare them, in a basic fashion. Both are replicated, both are
full of goodies and fun things to be done. We aren't really here to compare
features, in this case.

So onto thing that change between them.

Let's start with storage: 100GB
Dynamo: $100/Month
Raven: $590/Month

Performance:
Dynamo: Costs as Above
Raven: Nothing

So now RavenDB is behind by $490 a month. But what about performance?
RavenDB just needs to match about 30 reads and 30 write packs per month
(That's $450/month on Dynamo)
I'm pretty sure that a RavenDB instance on the platinum plan can easily
read 1.5MB/second (30x50x1KB), and can write 300KB/second (30x10x1KB).
Especially since this guy
<http://stuartcullinan.blogspot.com/2011/07/sqlserver-vs-mongodb-vs-ra...>had
it going at 2.5MB/second for 2 and a half minutes, and Oren had it going at 2000
documents/second<http://ayende.com/blog/4622/ravendb-performance-optimizations>.
And both of those are over a year old at this point.

On Dynamo you pay for storage and performance separately.
In Raven you pay for storage and performance together.

Looking at $/GB doesn't give the whole picture, you really need to price
out the whole thing.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oren Eini (Ayende Rahien)  
View profile  
 More options Jul 29 2012, 2:55 pm
From: "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
Date: Sun, 29 Jul 2012 21:55:32 +0300
Local: Sun, Jul 29 2012 2:55 pm
Subject: Re: [RavenDB] Hosted RavenDB

That is pretty much the reason, yes.
We wanted to be able to charge a simple and easy to figure out number,
rather than a seemingly lower value that it is really hard to figure out
what you'll pay in the end.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Radenko Zec  
View profile  
 More options Sep 6 2012, 2:20 am
From: Radenko Zec <logic.rab...@gmail.com>
Date: Wed, 5 Sep 2012 23:20:10 -0700 (PDT)
Local: Thurs, Sep 6 2012 2:20 am
Subject: Re: [RavenDB] Hosted RavenDB

Hi Oren.
I do have related question about RavenHQ.
I have tested RavenDB with inserting 2 000 000 entities into RavenDB. Now I
have Data folder with size almost 2 GB.
So if I have several entities with similar number of records I will exceed
size of 10GB that is maximum on RavenHQ what then ?

I realize that you will probably say that I need to do sharding but I don't
see pricing for sharding in RavenHQ ?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oren Eini (Ayende Rahien)  
View profile  
 More options Sep 6 2012, 2:45 am
From: "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
Date: Thu, 6 Sep 2012 09:44:44 +0300
Local: Thurs, Sep 6 2012 2:44 am
Subject: Re: [RavenDB] Hosted RavenDB

You can do sharding on RavenHQ, and we also provide extra large plans for
users as well.
10+ GB is well within our scope.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »