Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Where does database design fit in?

database design fit
0
Posted

Where does database design fit in?

0

We will distinguish when the database design starts in a particular development sequence, from where do database design issues (and vocabulary) appear in the conceptual structure of the deliverables. The latter appears where you need to distinguish the database from “the application”. While this is sometimes problem dependent (e.g. you may have requirements that talk about a database shared with other applications — in which case the system context itself might model the database as an external actor), life is typically simpler if your initial models treat as a single type, abstracting any database issues into the logical view of that information as a idealized type model. Thus, you may freely use convenience attributes to simplify your models in this single type view, while you may need to minimize (for normalization) or introduced different redundancies (for caching and performance) in the database design itself.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123