Dynamodb table with ruby on rails -
i have "books" table in amazon-dynamodb, having 287 items , 97kb in size. tried load data books table through ruby on rails coding(controller). loading time slow. , shows nothing because of time out situation. please me improve knowledge in dynamo db table handling.
amazon dynamodb it's key value store database, shouldn't pull out "all data" because it's designed pull 1 record or few records scan command.
can describe problem , why need use dynamodb ?
Comments
Post a Comment