Skip to main content

New answers tagged

1 vote

performance suggestions on Aggregate root containing thousands of child entities

Look at a UATableViewController in iOS. I have used them for thousands of rows. Here’s how it works: You write a method that returns the number of objects in a table, and one that returns the number ...
gnasher729's user avatar
  • 48.8k
2 votes

performance suggestions on Aggregate root containing thousands of child entities

I am not there at the level of CQRS + DDD yet as I am yet to understand nuances in DDD itself. You're not at the level of DDD yet, a design concept, but you're already trying to lock down the ...
Flater's user avatar
  • 58.1k
0 votes

performance suggestions on Aggregate root containing thousands of child entities

This seems to me to be a problem in your domain model, rather than any technical challenge. However, because the model is inaccurate, you're having problems at the technical layer. The question needs ...
Oddman's user avatar
  • 101

Top 50 recent answers are included