amazon-simpledb
How can one implement a hit count for AWS SimpleDb?
I have data in AWS SimpleDB and I want to know how popular it is. The client can be a website or a mobile device. I\'d like some means of seeing just how popular it is. 100% accuracy is not especially[详细]
2023-02-20 17:52 分类:问答How can i query to get the multiple values in SimpleDB (AWS)
jpg In that Picturei 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 deviceMode[详细]
2023-02-18 18:16 分类:问答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 n[详细]
2023-02-18 18:00 分类:问答SimpleDB timestamp on insert
I am working on a game on the iPhone that will use SimpleDB for game data storage and I\'d like to be able to timeout some database entries.[详细]
2023-02-16 05:55 分类:问答Problem storing data in S3 using @Lob annotation
For my app, i\'m storing data in simpleDB, but since SimpleDB has a 1开发者_如何学Go024 character per attribute maximum so larger values should be stored in S3.[详细]
2023-02-14 08:33 分类:问答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 o[详细]
2023-02-11 07:11 分类:问答Suitable cloud service for storing web service output cache?
I am developing a web service that mainly returns C# datatables. It currently caches the output results into memcached cluster which is refreshed by another cache updater based on the internal messag[详细]
2023-02-11 00:43 分类:问答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.开发者_如何学Go Is it possible t[详细]
2023-02-10 19:50 分类:问答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.[详细]
2023-02-10 11:06 分类:问答Problems with Zend_Service_Amazon_Simpledb and specialchars
I want to copy some data from MySQL to SimpleDB with the Zend Framework. It works fine so far, but if any attribute contains special chars like \"äöüß\" the server refused my request with \"The re[详细]
2023-02-07 18:47 分类:问答