Ask Slashdot: Data Storage Highway Robbery?
An anonymous reader writes "I just learned that Salesforce charges $3000 per year for 1GB of extra data storage. That puts it in line with hardware storage costs from about 1993. We've all heard of telcos and ISPs charging ridiculous rates per MB when limits are reached — what's the most ridiculous rate that you've heard?"
There's a brief explanation here. The gist of it is that Salesforce.com's storage charge is charging you for the storage plus the expected transactions/querying that you'll do on the larger amount of data. I suppose they could break out storage charges and transaction/query charges into separate billing items, but they seem to prefer to charge based on just the amount of data, perhaps assuming that overall workloads scale roughly with total data-set size, making it a good billing proxy.
The other reason is that salesforce.com is targeted at The Enterprise, where anything below five digits is noise.
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
$.10 for 142 bytes.
~$700 for 1kb
You're not paying for the oxide molecules on the platter -- that cost is too trivial to bother with. What you're actually paying for is having the data backed up, the computers to make it available when you need it, and the bandwidth to allow you to upload/download it whenever you want.
dom
... Looked at the cost of SMS messages comparing price vs bytes?! According to wikipedia, average cost is around $0.11 per 160 char message. So, excluding headers and taking k as 1024, thats $738,197 per gigabyte. Now think about what a roaming message costs... Maybe triple that? Thats got to be a great little earner for the telcos...! Not to mention, sms was designed to take advantage of unused bandwidth space anyway, so its all gravy!
100G on Dropbox is $9.99/mo or $99.00/year. 200G is 199 a year...
But you are paying for backups, file versioning, sharing features, API, reliability etc. I pay for Dropbox because I don't want to admin a box and worry about all of that. For me at least it is worth it. If it isn't for you, then you don't have to use it...
What do you know I wrote a novel
even without how the data is being used, it needs to be there, and it needs to be acquired, capacity-planned, and it's a part of a large network. In my case, there's a limit to how much storage I can put into one web server. And since I divide my multiple clients across multiple web servers, if 25% of them suddenly jump 25% in their usage, I hit the ceiling really quickly. And since I have huge administrative and risk costs to migrating projects from one server to another, or procuring a new server, there are real costs as a result.
I'm not charging for data storage. I'm charging for an entire working solution. Data storage has a impact on that solution in a manner far greater than it's simple cost. Hey, motherboards are more expensive than hard drives. But motherboards can be replaced in an hour without loss of client data, or just about any software configuration. Motherboards can be swapped. But when a hard drive needs replacing (it doesn't need to be broken, it can just be too small), it's a big ordeal to manage that data throughout the process.
Depends on the QOS requirements.
They might have to pay out a grand for every 30 seconds you can't get your data or there is too much latency.
You're forgetting: power, a/c, rack space, fault tolerance, network connectivity/bandwidth to/from said storage, backups. None of that is free or even cheap.
Sure, if you want a single 1 gb drive in someone's data center sitting on a shelf by itself in someone's data center with no connectivity you could get it for the drive cost, but that's not what you're paying for.
I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
First, let me say that the summary is wrong or, at least, people's understanding of what it is saying is wrong. $3000/1GB is NOT file storage; it is for the 'database' storage. File storage is 500mb / license (at least that's how much our org has...we have 25 licenses and 12.5gb of file storage), which is billed separately than 'data'.
They say '1 GB'...but you need to know what goes in that 1 GB. Each record in Salesforce takes up 2kb, period. Our company has the Enterprise level plan for SF, which gives an object up to 500 fields per record; of those 500 fields, (I believe) up to 10 can be 'long text' fields with up to 32k characters (maximum long text is actually capped at 1.3m characters per record). The 500 fields can include dates, strings (255 characters), numbers, picklists and a few other types. Included with this is the option to track history for up to 25 of those 500 fields, which logs who makes what change and when. All of these fields, filled in completely, with all the history, still only take 2kb of your storage. There is one more tier above Enterprise called Unlimited...it allows 800 fields per object, all still in that 2kb per record.
So, yes, if you look at their '1GB for $3000' price without knowing what that 1GB entails, it seems extremely expensive. I honestly do not understand why they market it in that way...they should market it as $3000 for 500k records.
Those that understand how SF is structured will learn to make use of the structure...you *cannot* think in normal relational database way, because even though those 500 fields take up only 2kb of your storage, the other end is also true. If you have an object with 1 field on it, it will also take up that 2kb. We made this mistake with our initial move to SF from our MySql database. We had a structure of Parent / n Child / n Grandchild with 200k Parent objects. All-in-all, the MySql database is quite small (I'd say around 200k parents, 600k Child, 650k Granchild). Translating that structure directly across to Salesforce cost us a lot of money due to needing all that extra storage...our org currently uses 4GB. We are slowly de-normalizing our database to drop our usage down to 1 parent from (at max) 33 records.
I used to administer a Lucent PBX
Minutes of voicemail cost thousands of dollars
The storage was already physically present on a hard disk in the box
After paying, they "unlocked" a little more of the disk
Nope, I'm also a SF user, and can confirm the $3k/GB rate. This is for data ::DATABASE:: storage, not just random data storage. So think of it as $3K per year for each GB of hosted database. Their rates for that are much cheaper, though still extortionate, and their entire business model seems prefaced on nickel & diming customers for everything from these ludicrous storage rates to very low limits on daily API calls without paying more. Sugar CRM and other competitors are much better options.
That has to be TB, even then, shoot, I'll store a couple TB for someone for 3 grand each.
Will you still be willing to do that, when they inform, they need you to manage backup of the data, and meet a performance SLA at all times (even in case of hardware failure); and that a defined transfer rate has to be achieved, no matter how many requests per second to read and write to/from that dataset, E.g. all I/O requests have to succeed, and the delay must be kept under 50ms, and the storage must be performant even at 20,000 requested IOPS at 64KB requests of any arbitrary access pattern with queue depth of 128?