amazon-simpledb Questions

4

Solved

I know how to page forward with SimpleDB data by using NextToken. However, how exactly does one handle previous pages? I'm on .NET, but I don't think that matters. I'm more interested in the genera...
Rubberize asked 25/11, 2009 at 7:33

8

Here you will find all the SimpleDB code samples on the AWS page. Here you will find a VB.NET SimpleDB library. Is there a production grade SimpleDB library, preferable built in C#. If not...
Bimanous asked 7/10, 2009 at 17:53

2

Solved

How do you manage a major schema change when you are using a Nosql store like SimpleDB? I know that I am still thinking in SQL terms, but after working with SimpleDB for a few weeks I need to mak...
Mecklenburg asked 30/8, 2011 at 5:42

2

Solved

I am currently working on system that generated product recommendations like those on Amazon : "People who bought this also bought this.." Current Scenario: Extract the Google Analytics data of ...
Prana asked 19/8, 2011 at 12:33

4

Solved

I'm looking for a common data access framework that will provide portability across various nosql databases like SimpleDB, Azure Tables, Cassandra, CouchDB, MongoDb, etc. I'm building an app and wo...
Makeyevka asked 28/6, 2010 at 0:0

2

I'm working on an application where data size and SQL queries are going to be heavy. I am thinking between Cassandra or Amazon SimpleDB. Can you please suggest which is more suitable in this kind o...
Crystallography asked 3/12, 2009 at 11:0

2

Since Amazon SimpleDB doesn't provide case-insensitive query, what w'd be the best way to do a case insensitive search for attributes in simpleDB ? One thing that can be done is including a separa...
Marianmariana asked 1/4, 2011 at 8:57

1

I've been browsing for a week on how to use AWS. I've always been using cpanel (I'm new to web) but someone recommended AWS to me. From the info I pieced together from various websites, I think I'm...

1

I am wondering what's the real technical difference between Amazon S3 and Amazon SimpleDB. From my little understanding, both can be used to store and retrieve key/value pairs. So in what sce...

1

Solved

Under the principle of "if it walks like a duck and it sounds like a duck," it sure seems like the SQL-flavored queries that Amazon's SimpleDB supports should be susceptible to SQL injection-type a...
Drynurse asked 15/12, 2010 at 5:14

3

We're using S3, SimpleDB and SQS on quite a complicated project. I'd like to be able to automatically track their usage, to be sure we don't suddenly spend large amounts of money when we didn't in...
Alternate asked 2/3, 2010 at 11:20

6

Solved

Has anyone considered using something along the lines of the Amazon SimpleDB data store as their backend database? SQL Server hosting (at least in the UK) is expensive so could something like this...
Crushing asked 10/9, 2008 at 9:26

6

I'm creating an application that will be hosted on amazon EC2 and a lot of the data that'll be saved is more document oriented (as well as saving tweets and such related to those documents). Righ...
Sebaceous asked 21/4, 2009 at 20:0

2

Solved

Im looking for a way to map an ActiveResource to SimpleDB I want to avoid plugins/gems as all I have used are outdated/buggy/not mantained It doesnt seem hard, I wonder if any of you have succesf...

2

Solved

Is there an equivalent to an identity Seed in SimpleDB? If the answer is no, how do you handle creating something like a customer number or order number that will prevent the creation duplicate n...
Mayhem asked 10/4, 2010 at 12:59

2

Solved

Sorry if this question is somewhat subjective. I am new to 'could store', 'distributed store' or some concepts like this. I really wonder what do they have in common and want to get an overview on ...
Hobson asked 13/3, 2010 at 2:13

7

Solved

The benefits of a non-relational database (such as a key-value pair storage) are evident when used in large scale datasets (google, facebook, linkedin). How do you think small to medium sized appli...
Drysalter asked 1/3, 2010 at 16:21

3

Solved

I have heard that Amazon uses a key-value data store - that it does not use a traditional relational normalized db. Speaking as someone who only has used the traditional approach, how does this wor...
Refraction asked 4/1, 2010 at 1:23

2

Solved

I'm trying to enumerate keys in Amazon SimpleDB. In SQL, it would be something like: select unique itemName() from domain; I've searched around but didn't find any way to do this. Any help?
Kaja asked 3/10, 2009 at 1:36

4

Solved

I'm developing a web app and currently using sql server 2008 for it. But, I am considering moving to another database (simpledb) for improved performance. I have a background process that inserts...
Electric asked 13/9, 2009 at 3:3

5

Solved

I am just beginning to do research into the feasibility of using Amazon's SimpleDB service as the datastore for RoR application I am planning to build. We will be using EC2 for the web server, and ...

2

Solved

When would you use a bigtabe/simpledb database vs a Relational database?
Avocation asked 27/9, 2008 at 16:59

© 2022 - 2024 — McMap. All rights reserved.