Implementing Domain Driven Design Cost

yido

I am using DDD in my project and liked the powerful Idea it has and being independent of my back end DB design. And I am also making use of MVP model in my front END. Yet lately, I am having performance issue of translating Models to Models (>>1000 objects at a time) like:

  1. From EF Repository Model to Domain Model
  2. From Domain Model to ViewModel

And the same trip I should go to persist a single object on DB. Is this the cons of implementing this model or is there any way of reducing this cost that I should follow.

Paweł Wacławczyk

Probably it is a good case to use CQRS.

When you separate read model, you can ommit current mapping layers and hydrate it directly from your data source.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Implementing Domain Driven Design Cost

From Dev

Implementing Paging and Sorting with Domain Driven Design

From Dev

Implementing Domain-Driven Design and Transactions

From Dev

Implementing Domain Driven Design Book Confusion

From Dev

Domain Driven Design for Rails App: Implementing a service in a basic example

From Dev

Layers in Domain Driven Design

From Dev

Domain Driven Design - Domain or Security

From Dev

Can you reference other aggregates in a factory when implementing domain driven design?

From Dev

Implementing multiple users within Identity and Access Bounded Context in Domain Driven Design

From Dev

Access Control in Domain Driven Design

From Dev

Domain Driven Design and batch processing

From Dev

Domain Driven Design Bounded Context Domain Objects

From Dev

Domain Driven Design: infrastructure concern or domain concern?

From Dev

Domain Driven Design: infrastructure concern or domain concern?

From Dev

Domain Driven Design. Entity type design

From Dev

Domain driven design repository implementation in infrastructure layer

From Dev

Domain Driven Design in Node.js Application

From Dev

Fetching associated aggregates in Domain driven Design

From Dev

Domain Driven Design - CQRS + ES usage

From Dev

Where is the call to persistence in the domain driven design

From Dev

Domain Driven Design (DDD) and database generated reports

From Dev

Domain-Driven-Design Entities and Value Objects

From Dev

Proper way to get aggregates in Domain Driven Design

From Dev

Domain Driven Design Auto Incremented Entity Key

From Dev

Fetching associated aggregates in Domain driven Design

From Dev

Where to find Domain Driven Design consultants?

From Dev

How to add scheduled jobs in domain driven design

From Dev

How to handle Domain Driven Design when domain is dynamic / changes

From Dev

Is Domain-Driven Design a right fit for a product in Enterprise Architecture Domain?

Related Related

  1. 1

    Implementing Domain Driven Design Cost

  2. 2

    Implementing Paging and Sorting with Domain Driven Design

  3. 3

    Implementing Domain-Driven Design and Transactions

  4. 4

    Implementing Domain Driven Design Book Confusion

  5. 5

    Domain Driven Design for Rails App: Implementing a service in a basic example

  6. 6

    Layers in Domain Driven Design

  7. 7

    Domain Driven Design - Domain or Security

  8. 8

    Can you reference other aggregates in a factory when implementing domain driven design?

  9. 9

    Implementing multiple users within Identity and Access Bounded Context in Domain Driven Design

  10. 10

    Access Control in Domain Driven Design

  11. 11

    Domain Driven Design and batch processing

  12. 12

    Domain Driven Design Bounded Context Domain Objects

  13. 13

    Domain Driven Design: infrastructure concern or domain concern?

  14. 14

    Domain Driven Design: infrastructure concern or domain concern?

  15. 15

    Domain Driven Design. Entity type design

  16. 16

    Domain driven design repository implementation in infrastructure layer

  17. 17

    Domain Driven Design in Node.js Application

  18. 18

    Fetching associated aggregates in Domain driven Design

  19. 19

    Domain Driven Design - CQRS + ES usage

  20. 20

    Where is the call to persistence in the domain driven design

  21. 21

    Domain Driven Design (DDD) and database generated reports

  22. 22

    Domain-Driven-Design Entities and Value Objects

  23. 23

    Proper way to get aggregates in Domain Driven Design

  24. 24

    Domain Driven Design Auto Incremented Entity Key

  25. 25

    Fetching associated aggregates in Domain driven Design

  26. 26

    Where to find Domain Driven Design consultants?

  27. 27

    How to add scheduled jobs in domain driven design

  28. 28

    How to handle Domain Driven Design when domain is dynamic / changes

  29. 29

    Is Domain-Driven Design a right fit for a product in Enterprise Architecture Domain?

HotTag

Archive