|
|
| Author |
Message |
|
| Guest |
Posted: Fri Dec 14, 2007 11:49 am |
|
|
|
Guest
|
|
| Back to top |
|
| Guest |
Posted: Fri Dec 14, 2007 12:39 pm |
|
|
|
Guest
|
|
| Back to top |
|
| Guest |
Posted: Mon Dec 17, 2007 7:42 am |
|
|
|
Guest
|
|
| Back to top |
|
| jay |
Posted: Mon Dec 17, 2007 3:44 pm |
|
|
|
User
Joined: 06 Sep 2006
Posts: 139
Location: Los Angeles, CA USA
|
Depends on your perspective. The initial beta test size is 10Gb.
They plan to raise that limit.
The references to small data sets I believe are used by Amazon in
comparison to S3 (simple storage service). The cost of SimpleDB is
10x for storing data versus S3. S3 is filesystem based storage and
SimpleDB is a hash table. The intent is that you store your large
datasets in S3 and store just the metadata or queryable attributes in
SimpleDB.
jay
_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-questions
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Sun Dec 23, 2007 10:53 pm |
|
|
|
Guest
|
In message <47626D5C.7040507@itsbeen.sent.com> you write:
>I was wondering if anyone has tried this or if now that it is out if any of
>the team who created can give us some insights (for example how big is "large
>data sets", etc):
I've been off the team for three months now, so my information isn't
fresh, and in any event I can't say much more than what's in the
Amazon press release. I will note that everyone seems to understand
the right usage model - put your bulk data in S3 and indexable
metadata in SimpleDB.
I've seen a few blog entries stating disappointment that SimpleDB
doesn't have full text search capabilities, which completely
misunderstands the abstraction level that SimpleDB is working at.
One could build an appropriate full text search facility on top of
SimpleDB, with SimpleDB storing the inverted index. For any serious
use you'd want application-specific logic in your search anyhow,
so you're not missing much by not having it built-in.
Jim Larson
_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-questions
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Sun Dec 23, 2007 11:03 pm |
|
|
|
Guest
|
In message <235408.4321197877018496.JavaMail.root@ly.sdf.com>
Tom Samplonius writes:
> I don't know where people are getting "large datasets" from. Amazon says:
>
>"Amazon SimpleDB is designed to store relatively small amounts of data and is
>optimized for fast data access and flexibility in how that data is expressed."
>
>So "relatively small amounts of data".
This refers to the data (attributes/values) in a particular item.
You can have a large amount of data, total, in a domain (10 GB currently,
and much, much larger eventually), and you can also have your data
spread across multiple domains, though at the hassle of multiplexing
your own cross-domain queries.
Jim Larson
_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-questions
Post recived from mailinglist |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
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 You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|