Tagged Questions
11
votes
2answers
3k views
Cassandra Vs Amazon SimpleDB
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 of ...
6
votes
1answer
394 views
How can I protect Amazon SimpleDB from SQL Injection?
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 ...
6
votes
3answers
763 views
Grails and Amazon SimpleDB
How to setup Grails project to use Amazon SimpleDB?
One possibility is to install gorm-jpa plugin and use SimpleJPA library, but I couldn't setup it correctly.
Has someone experience with this ...
6
votes
2answers
487 views
SimpleDB to ActiveResource. Rails
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 ...
5
votes
4answers
392 views
Amazon SimpleDB high latency on first request
I'm using SimpleDB in a desktop application (C#, .NET 2.0) and have a problem with high latency.
The first time I make a request to the DB (query, insert values - doesn't matter) I get a response ...
4
votes
4answers
270 views
Database design for high sample rate data, graphing at multiple zoom levels
I've got multiple sensors feeding data to my web app. Each channel is 5 samples per second and the data gets uploaded bundled together in 1 minute json messages (containing 300 samples).
The data will ...
4
votes
4answers
2k views
Amazon SimpleDB Woes: Implementing counter attributes
Long story short, I'm rewriting a piece of a system and am looking for a way to store some hit counters in AWS SimpleDB.
For those of you not familiar with SimpleDB, the (main) problem with storing ...
3
votes
2answers
371 views
Amazon SimpleDB Identity Seed equivalent
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 ...
3
votes
3answers
773 views
SimpleDB as the main database, examples
Please, can you give examples of real-life implementations using SimpleDB as the main persistent storage?
3
votes
2answers
293 views
Enumerate keys in Amazon SimpleDB
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?
2
votes
2answers
59 views
How do implement schema changes in a NOSQL storage system
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 make a ...
2
votes
3answers
223 views
anonymous read with amazon simpledb
I would like to query simpledb directly from the client using javascript. My application is read-heavy and I rather not route the request through my application server. Is it possible to perform a ...
2
votes
2answers
441 views
SimpleDB: Insert item only if it doesn't already exist
I'd like to add a new item to a Amazon SimpleDB domain only if there isn't already another item with the same item name.
I know how to do it for an attribute. But I want the item name to be checked ...
2
votes
3answers
594 views
Amazon SimpleDB Query to Find “Post By Friends”
I have been developing an iPhone app which queries a server that relays data I store in Amazon SimpleDB. I have a database table of "Submissions" by various users. I am interfacing with Facebook to ...
2
votes
1answer
351 views
Iterating over all items in SimpleDB
Let's say I have a AWS SimpleDB domain with around 3 million items, each item has an attribute of "foo" with a value of some arbitrary integer (which is of course actually stored in SimpleDB as a ...
2
votes
2answers
189 views
Any client libraries that implement MVCC over Amazon SimpleDB?
Now that Amazon's SimpleDB implements consistent reads and conditional update/delete it is possible to implement cross-domain transactions using MVCC.
Are there any client libraries that provide it?
2
votes
1answer
233 views
Uneven Results Doing A Sort / Orderby on Amazon SimpleDB
I've been getting really uneven results trying to request a numerically sorted list of records from Amazon SimpleDB.
I am zero padding my numbers to get them selected lexigraphically, but still no ...
1
vote
1answer
17 views
Sort / limit order on simple db query
I'm wondering about how a query like the following will work....
select * from survey where Year < '2000' order by Year desc limit 1
My question is, does the limit apply:
After the records are ...
1
vote
1answer
41 views
SimpleDB: Guaranteed to see all item attributes if we see the item? (non-consistent read)
I've just discovered an assumption in my use of SimpleDB. I suspect it's safe but would like other opinions since the docs don't seem to cover it.
So say Process 1 stores an item with x attributes. ...
1
vote
1answer
93 views
Amazon SimpleDB on scale
I am thinking of using amazon Simpledb as a queue to take some load off of my webservices. The requests are larger than 64k and i need fifo so i cant use SQS. I am wondering what the concurrent limits ...
1
vote
1answer
67 views
Django development environment with SimpleDB
If I want to write a django app with Amazon SimpleDB, should I install a local SimpleDB server in my development environment? If so, is there a good one around? simpledb-dev seems to be no longer ...
1
vote
1answer
203 views
Spring Data JPA and SimpleJPA/SimpleDB
I'm wondering if it is possible to specify SimpleJPA as the persistence provider used by Spring-Data-JPA. I'm not a JPA expert so I hope this question isn't silly. Is it as easy as just specifying ...
1
vote
2answers
210 views
Count(*) on a SimpleDB table of millions of entries
How long should it take to get a response for the statement SELECT count(*) FROM db_name on a SimpleDB table of millions of entries? (currently my table >16M).
Shouldn't there some sort of ...
1
vote
1answer
99 views
how to order the data back from amazon simpleDB int specific column order
i m using amazon simple DB java client to read data from SimpleDB, the problem i have is even though i specified the columns in the some order in the SelectRequest like the following:
SelectRequest ...
1
vote
2answers
393 views
Is Amazon SimpleDB a good choice for my data?
I'm working on a database that stores user-created surveys. The database needs to store a unique ID for each survey. Using SQL, I'd just use a SERIAL column type so each row has an auto-incrementing ...
1
vote
2answers
388 views
How can I export data from SimpleDB to Excel or TextPad?
I want to export data from SimpleDB to Excel or TextPad. How can I write a query for exporting data?
Thanks,
Senthil
1
vote
1answer
371 views
Renaming and/or copying domains in Amazon SimpleDB
My client decided to change the name of the project and requires that I change the domain names in our SimpleDB. I could not find any way, service, API call or tool to allow me to do that. I tried ...
1
vote
3answers
361 views
Selecting a random result from Simple Database (SDB) on AWS
Anyone know how to do this - just what would be the equivalent to this:
"select * from YOUR_TABLE order by rand() limit 1"
in mysql??
Maybe not possible in SDB?
1
vote
1answer
1k views
Can I delete by attribute in Amazon SimpleDB without specifying an ItemName?
Can I delete by attribute in SimpleDB without providing an ItemName parameter in the query string? The way I store my data is the item names are UUIDs, so I don't know the UUID of the data I want to ...
0
votes
1answer
54 views
aws-sdk-ruby AWS::Record::Base records sharing the same domain
We are using the aws-sdk for ruby, specifically AWS::Record::Base.
For various reasons we need to put records of various objects within the same domain in sdb.
The approach we thought we'd use here ...
0
votes
1answer
48 views
SimpleDB select count (*) Inconsistent iPhone
Anyone know why both AWS SimpleDB expressions work?
selectRequestClassVariable.selectRequestExpressionString = [NSString stringWithFormat:@"select count(*) from %@",DomainName];
In addition, this ...
0
votes
1answer
150 views
How to handle request timeout(408) error in boto?
We are using domain.select() method, that boto provides, to query SimpleDB. For smaller queries(queries involving couple of hours of data), this method works fine. But when I start using
multiple ...
0
votes
1answer
94 views
simpledb: overwrite an item and replace all attributes
How can I overwrite an item and replace all its attributes.
For eg., I have an item A, with following attributes
ItemA
AttrA = ValueA
AttrB = ValueB
now I want to update ItemA with the ...
0
votes
1answer
55 views
AWS SimpleDB where clause 'and' operator behaving unexpectedly
The following simpledb query returns 51 results:
select * from logger where time > '2011-07-29 17:45:10.540284+00:00'
This query returns 20534 results:
select * from logger where time < ...
0
votes
2answers
149 views
SimpleXML Reading Key/Value Pairs
I'm sure something like this will have come up before, but I'm struggling to find what I'm looking for on here at all. I've read previous answers here lots of times, but never asked or answered myself ...
0
votes
1answer
141 views
amazon simpledb get count
in c#, how do I get the value of count from this response from amazon simpledb (using amazon .net sdk):
<?xml version="1.0" encoding="utf-16"?>
<SelectResponse ...
0
votes
3answers
173 views
How can i query to get the multiple values in SimpleDB (AWS)
jpg
In that Picture i have colored one part. i have attribute called "deviceModel". It contains more than one value.. i want to take using query from my domain which ItemName() contains ...
0
votes
3answers
53 views
Commit protocol
I'm building a REST web service that receives a request and must return "Ok" if the operation was done correctly. How could I deal with the possibility of the loose of the connection while returning ...