Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transformer -> Memcache #72

Open
danilodeLuca opened this issue Mar 24, 2016 · 0 comments
Open

Transformer -> Memcache #72

danilodeLuca opened this issue Mar 24, 2016 · 0 comments

Comments

@danilodeLuca
Copy link

I have one list with 50 objects. These objects have references(ids) to other entities.
One transformer will do fetch on this references to bring the information, but in differents objects im doing the same fetch X times .
Example:
Students x Course.
I have a list of 60 students, 20 are members of course "A" and 40 of course "B".
I want to show the name of the students and course name.
Queries: on Course "A" = 20, B = "40"; Students = 60.
Its not necessary make all these queries on Course, would be nice to make only 2 queries and keep the information on "cache".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant