by Neelam Sharma » Feb 22nd, '10, 13:37
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.
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[b] 1 MB [/b]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.