I had a problem. I tried to use join fetch to solve the problem of pulling subscriptions together with customers and not worrying about grouping them. But it's important for the design to be efficient. Because we're working on a million customers, two million subscriptions and 400,000 books. I used Pageable. Should I use join fetch?
I tried to use join fetch to solve the problem of pulling subscriptions together with customers and not worrying about grouping them. But it's important for the design to be efficient. Because we're working on a million customers, two million subscriptions and 400,000 books. I used Pageable. Should I use join fetch?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1740047058a4187085.html
评论列表(0条)