Veraticus / Dynamoid

Ruby ORM for Amazon's DynamoDB
http://joshsymonds.com/Dynamoid/
247 stars 83 forks source link

LSI in Dynamoid? #116

Closed fabien7337 closed 3 years ago

fabien7337 commented 11 years ago

Hi,

How we can introduce the new LSI (Local Secondary Indexes) in Dynamoid ? It can be really useful in order to avoid create a table for index.

Is that in the roadmap ?

loganb commented 11 years ago

In order to use LSIs, Dynamoid needs to migrate to the v2 DynamoDB API. There is no roadmap per se, but it will probably get worked on eventually.

michalf commented 11 years ago

It would be awesome to have LSI in Dynamoid... Does the Clientv2 differ much from v1?

romansergey commented 11 years ago

@michalf, Comment from aws-ruby-sdk team (https://github.com/aws/aws-sdk-ruby/issues/233)

The two API versions are sufficiently different that the current AWS::DynamoDB abstraction can not be directly maintained without a few backwards incompatible changes.

fabien7337 commented 3 years ago

Won't fix