Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Database design
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Physical design== === Physical data modeling === {{Main|Physical schema}} The physical design of the database specifies the physical configuration of the database on the storage media. This includes detailed specification of [[data element]]s and [[data type]]s. === Other physical design === This step involves specifying the [[Index (database)|indexing]] options and other parameters residing in the DBMS [[data dictionary]]. It is the detailed design of a system that includes modules & the database's hardware & software specifications of the system. Some aspects that are addressed at the physical layer: * Performance β mainly addressed via indexing for the read/update/delete queries, data type choice for insert queries * Replication β what pieces of data get copied over into another database, and how often. Are there multiple-masters, or a single one? * High-availability β whether the configuration is active-passive, or active-active, the topology, coordination scheme, reliability targets, etc all have to be defined. * Partitioning β if the database is distributed, then for a single entity, how is the data distributed amongst all the partitions of the database, and how is partition failure taken into account. * Backup and restore schemes. At the application level, other aspects of the physical design can include the need to define stored procedures, or materialized query views, [[Online analytical processing|OLAP]] cubes, etc.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)