New answers tagged performance
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 ...
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 ...
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 ...
Top 50 recent answers are included
Related Tags
performance × 844java × 91
algorithms × 72
design × 71
c++ × 71
database × 63
optimization × 57
architecture × 54
c# × 53
javascript × 42
python × 30
php × 29
web-development × 27
c × 27
caching × 26
design-patterns × 25
sql × 25
multithreading × 25
object-oriented × 22
memory × 22
database-design × 20
data-structures × 20
scalability × 20
programming-practices × 19
.net × 18