Hi, I have more thanone thousand items in a domain and I am getting only hundrad item return by Amazon Simple DB in first request even I have set page size to 250 ? What going on here ? Thanks in Adavance..
Hi, You are facing this problem because this could be happened when we request to list items using SELECT query. The SELECT query can return only 1 MB of data size in its response even we are limited to 2,500 items per request by Amazon Simple DB. So you are getting 1 MB of your data size in 100 items even you have set page size to 250.