meridor / perspective-backend

Scalable multi-cloud management API and shell
Apache License 2.0
16 stars 6 forks source link

Table fetchers should fetch by ids natively #141

Closed vania-pooh closed 8 years ago

vania-pooh commented 8 years ago

Currently when fetching entities by ids we fetch all entities and then filters by ids. Should be done (at least for largest tables) without fetching all entities.