I have a database with a gazillion entities, I watched Tim Heuer's video about Silverlight & RIA Services, and he explained how to generate a DomainService.
My question is, should I use many domain services for each entity or merge them all along with all their queries into one big DomainService?