Content deleted Content added
→See also: add links |
add annotations |
||
Line 1:
<!-- Attention: NEW OUTLINE
Line 8 ⟶ 7:
as part of the set of 570+ outlines listed at
[[Portal:Contents/Outlines]].
Further improvements
Line 36 ⟶ 35:
==Database use==
* [[Database#Major database usage requirements]]
* [[Database theory]] – encapsulates a broad range of topics related to the study and research of the theoretical realm of databases and database management systems.
* [[Database model]] – the theoretical foundation of a database and fundamentally determines in which manner data can be stored, organized, and manipulated in a database system.
* [[Database management system]] – ('''DBMS''') is a software package with computer programs that control the creation, maintenance, and use of a database.
* [[Database machine]] – or '''back end processor''' is a computer or special hardware that stores and retrieves data from a database.
* [[Database server]] – computer program that provides database services to other computer programs or computers, as defined by the client–server model.
* [[Database application]] – computer program whose primary purpose is entering and retrieving information from a computer-managed database.
* [[Database connection]] – facility in computer science that allows client software to communicate with database server software, whether on the same machine or not.
** [[datasource]]
** [[Data Source Name]] – ('''DSN''', sometimes known as a '''database source name''' though data sources are not limited to databases) are data structures used to describe a connection to a data source.
* [[Database administrator]] – (short form '''DBA''') is a person responsible for the installation, configuration, upgrade, administration, monitoring and maintenance of physical{{huh|date=March 2012}} databases.
* [[Lock (database)|Lock]]
* [[Comparison of database tools]] –
* [[Database-centric architecture]] – or '''data-centric architecture''' has several distinct meanings, generally relating to software architectures in which databases play a crucial role.
* [[Intelligent database]] – was put forward as a system that manages information (rather than data) in a way that appears natural to users and which goes beyond simple record keeping.
* [[Two-phase locking]] – ('''2PL''') is a concurrency control method that guarantees serializability.
* [[Locks with ordered sharing]] – comprises several variants of the ''Two phase locking'' (2PL) concurrency control protocol generated by changing the blocking semantics of locks upon conflicts.
* [[Load file]] – in the litigation community is commonly referred to as the file used to''' import data''' (coded, captured or extracted data from ESI processing) into a database; or the file used to''' link image'''s.
* [[Database publishing]] – an area of automated media production in which specialized techniques are used to generate paginated documents from source data residing in traditional databases.
* [[Halloween Problem]] – a phenomenon in databases in which an update operation causes a change in the physical ___location of a row, potentially allowing the row to be visited more than once during the operation.
* [[Log shipping]] – the process of automating the backup of a database and transaction log files on a primary (production) database server, and then restoring them onto a standby server.
===Database languages ===
Line 61 ⟶ 60:
* [[Data definition language]]
* [[Data manipulation language]]
* [[Query language]] –
** [[Information retrieval query language]] – query language used to make queries into database, where the semantics of the query are defined not by a precise rendering of a formal syntax, but by an interpretation of the most suitable results of the query.
===Database security===
[[Database security]]
* [[Database activity monitoring]] – (DAM) is a database security technology for monitoring and analyzing database activity that operates independently of the database management system (DBMS) and does not rely on any form of native (DBMS-resident) auditing or native logs such as trace or transaction logs.
* [[Database audit]] –
* [[Database forensics]] – branch of digital forensic science relating to the forensic study of databases and their related metadata.
* [[Negative database]] – , in Credit Card terms, refers to a list of Credit Card owners who chargeback a lot.
===Database design===
[[Database design]]
* [[Entity-relationship model]] – ('''ER model''' for short) is an abstract and conceptual representation of data.
* [[Database normalization]] – the process of organizing the fields and tables of a relational database to minimize redundancy and dependency.
* [[Database refactoring]] – simple change to a database schema that improves its design while retaining both its behavioral and informational semantics.
===Database programming===
* [[Database abstraction layer]] – an application programming interface which unifies the communication between a computer application and databases such as SQL Server, DB2, MySQL, PostgreSQL, Oracle or SQLite.
* [[Object-relational mapping]] – ('''ORM''', '''O/RM''', and '''O/R mapping''') in computer software is a programming technique for converting data between incompatible type systems in object-oriented programming languages.
===Database management===
* [[Database virtualization]] – it is the decoupling of the database layer, which lies between the storage and application layers within the application stack.
* [[Database tuning]] – describes a group of activities used to optimize and homogenize the performance of a database.
** [[Database caching]] – an effective approach to achieve high scalability and performance.
* [[Data migration#Database migration]]
* [[Database preservation]] – usually involves converting the information stored in a database, without losing the characteristics (Context, Content, Structure, Appearance and Behaviour) of the data, to a format which can be used in the long term, even if the technology and daily life knowledge changes.
* [[Database integrity]] – ensures that data entered into the database is accurate, valid, and consistent.
== Database management systems ==
Line 93 ⟶ 92:
*[[Database model]]
*[[Database normalization]]
* [[Database storage structures]] –
* [[Distributed database management system]] –
* [[Federated database system]] – type of meta-database management system (DBMS), which transparently maps multiple autonomous database systems into a single '''federated database'''.
* [[Referential integrity]] – .
* [[Relational algebra]] – , an offshoot of first-order logic (and of algebra of sets), deals with a set of finitary relations (see also relation (database)) that is closed under certain operators.
* [[Relational calculus]] – consists of two calculi, the tuple relational calculus and the ___domain relational calculus, that are part of the relational model for databases and provide a declarative way to specify database queries.
* [[Relational database]] – collection of data items organized as a set of formally-described tables from which data can be accessed easily.
* [[Relational database management system]] – ('''RDBMS''') is a database management system (DBMS) that is based on the relational model as introduced by E.
* [[Relational model]] – for database management is a database model based on first-order logic|first-order predicate logic, first formulated and proposed in 1969 by Edgar F.
* [[Object-relational database]] – ('''ORD'''), or '''object-relational database management system''' ('''ORDBMS'''), is a database management system (DBMS) similar to a relational database, but with an object-oriented database model: objects, classes and inheritance are directly supported in database schemas and in the query language.
* [[Transaction processing]] –
=== Concepts ===
* [[Database]] – an organized collection of data, today typically in digital form.
* [[ACID]] – (''atomicity, consistency, isolation, durability'') is a set of properties that guarantee that database transactions are processed reliably.
* [[Create, read, update and delete]] – ('''CRUD''') are the four basic functions of persistent storage.
*[[Null (SQL)|Null]]
* [[Candidate key]] – '''candidate key''' of a relation is a minimal superkey for that relation; that is, a set of attributes such that
* [[Foreign key]] – referential constraint between two tables.
*[[Primary key]]
* [[Superkey]] – defined in the relational model of database organization as a set of attributes of a relation variable for which it holds that in all relations assigned to that variable, there are no two distinct tuples (rows) that have the same values for the attributes in this set.
* [[Surrogate key]] – in a database is a unique identifier for either an ''entity'' in the modeled world or an ''object'' in the database.
* [[Armstrong's axioms]] – are a set of axioms (or, more precisely, inference rules) used to infer all the functional dependencies on a relational database.
* [[NoSQL]] – '''NoSQL''' is a class of database management system identified by its non-adherence to the widely-used relational database management system (RDBMS) model:
=== Objects ===
Line 124 ⟶ 123:
**[[Row (database)|Row]]
*[[View (database)|View]]
* [[Database transaction]] –
* [[Transaction log]] – (also '''transaction journal''', '''database log''' or '''binary log''') is a history of actions executed by a database management system to guarantee ACID properties over crashes or hardware failures.
* [[Database trigger]] – procedural code that is automatically executed in response to certain events on a particular table or view in a database.
*[[Index (database)|Index]]
* [[Stored procedure]] – subroutine available to applications that access a relational database system.
*[[Cursor (databases)|Cursor]]
*[[Partition (database)|Partition]]
=== Components ===
* [[Concurrency control]] – ensures that correct results for concurrent operations are generated, while getting those results as quickly as possible.
* [[Data dictionary]] – , or metadata repository, as defined in the ''IBM Dictionary of Computing'', is a "centralized repository of information about data such as meaning, relationships to other data, origin, usage, and format.
* [[Java Database Connectivity]] – .
*[[Open Database Connectivity]]
*[[Query language]]
* [[Query optimizer]] – the component of a database management system that attempts to determine the most efficient way to execute a query.
* [[Query plan]] – (or '''query execution plan''') is an ordered set of steps used to access or modify information in a SQL relational database management system.
=== Functions ===
* [[Database administration and automation]] –
* [[Query optimization]] – function of many relational database management systems in which multiple query plans for satisfying a query are examined and a good query plan is identified.
* [[Database replication]]
=== Database products ===
* [[List of object-oriented database management systems]]
** [[Comparison of object-relational database management systems]] –
* [[List of relational database management systems]] –
** [[Comparison of relational database management systems]] –
* [[Document-oriented database]] – computer program designed for storing, retrieving, and managing document-oriented, or Semi-structured model|semi structured data, information.
== Database models ==
Line 157 ⟶ 156:
=== Models ===
* [[Flat file database]] – describes any of various means to encode a database model (most commonly a table) as a single file (such as .
* [[Hierarchical database model]] – data model in which the data is organized into a tree-like structure.
*[[Database model#Dimensional model]]
* [[Network model]] – database model conceived as a flexible way of representing objects and their relationships.
*[[Relational model]]
*[[Entity-relationship model]]
* [[Graph database]] – uses graph structures with nodes, edges, and properties to represent and store data.
* [[Object database]] – (also '''object-oriented database management system''') is a database management system in which information is represented in the form of objects as used in object-oriented programming.
*[[Entity-attribute-value model]]
===Other models===
* [[Associative model of data]] – an alternative data model for database systems.
* [[Concept-oriented model]] –
*[[Online analytical processing#Multidimensional databases]]
* [[Semantic data model]] – '''semantic data model''' in software engineering has various meanings:
* [[Star schema]] – (also called '''star-join schema''', '''data cube''', or '''multi-dimensional schema''') is the simplest style of data warehouse schema.
* [[XML database]] –
===Implementations===
*[[Flat file database]]
* [[Deductive database]] – database system that can make deductions (i.
*[[Document-oriented database]]
*[[Object-relational database]]
* [[Temporal database]] – database with built-in time aspects, for example a temporal data model and a temporal version of Structured Query Language (SQL).
*[[XML database]]
* [[Triplestore]] – purpose-built database for the storage and retrieval of triples, a triple being a data entity composed of subject-predicate-object, like "Bob is 35" or "Bob knows Fred".
== Data warehouse ==
Line 191 ⟶ 190:
==== Concepts ====
*[[Dimension (data warehouse)|Dimension]]
* [[Dimensional modeling]] – (DM) is the name of a set of techniques and concepts used in data warehouse design.
*[[Fact (data warehouse)|Fact]]
* [[Online analytical processing]] – , or '''OLAP''' ({{IPAc-en|icon|ˈ|oÊŠ|l|æ|p}}), is an approach to swiftly answer multi-dimensional analytical (multi-dimensional analytical|MDA) queries.
*[[Star schema]]
*[[Aggregate (Data Warehouse)|Aggregate]]
==== Variants ====
* [[Anchor Modeling]] –
* [[Column-oriented DBMS]] – database management system (DBMS) that stores data tables as sections of columns of data rather than as rows of data, like most relational DBMSs.
* [[Data Vault Modeling]] –
* [[HOLAP]] –
* [[MOLAP]] – stands for '''M'''ultidimensional '''O'''n'''l'''ine '''A'''nalytical '''P'''rocessing.
* [[ROLAP]] – stands for '''R'''elational '''O'''n'''l'''ine '''A'''nalytical '''P'''rocessing.
* [[Operational data store]] – (or "'''ODS'''") is a database designed to integrate data from multiple sources for additional operations on the data.
==== Elements ====
*[[Data dictionary]]/[[Metadata]]
* [[Data mart]] – the access layer of the data warehouse environment that is used to get data out to the users.
* [[Sixth normal form]] – ('''6NF''') is a term in relational database theory, used in two different ways.
*[[Surrogate key]]
==== Fact ====
* [[Fact table]] – consists of the measurements, metrics or facts of a business process.
* [[Early-arriving fact]] – '''early-arriving fact'''
*[[Measure (data warehouse)|Measure]]
==== Dimension ====
* [[Dimension table]] – one of the set of companion tables to a fact table.
* [[Degenerate dimension]] – dimension key in the fact table that does not have its own dimension table, because all the interesting attributes have been placed in analytic dimensions.
* [[Slowly changing dimension]] –
==== Filling ====
*[[Extract, transform, load|Extract-Transform-Load (ETL)|]]
* [[Data extraction]] – the act or process of retrieving data out of (usually unstructured or poorly structured) data sources for further data processing or data storage (data migration).
* [[Data transformation]] – converts data from a source data format into destination data.
*[[Data loading]]
Line 231 ⟶ 230:
==== Concepts ====
* [[Business intelligence]] – ('''BI''') is defined as the ability for an organization to take all its capabilities and convert them into knowledge, ultimately, getting the right information to the right people, at the right time, via the right channel.
*[[Dashboard (business)|Dashboard]]
* [[Data mining]] – (the analysis step of the "Knowledge Discovery in Databases" process, or KDD), is the process that results in the discovery of new patterns in large data sets.
*[[Decision support system|Decision support system (DSS)|]]
* [[OLAP cube]] – set of data, organized in a way that facilitates non-predetermined queries for aggregated information, or in other words, online analytical processing.
==== Languages ====
Line 243 ⟶ 242:
==== Tools ====
* [[Business intelligence tools]] –
* [[List of reporting software]] –
*[[Spreadsheets]]
=== People ===
* [[Bill Inmon]] –
* [[Ralph Kimball]] – (Born 1944) is an author on the subject of data warehousing and business intelligence.
=== Products ===
* [[Comparison of OLAP Servers]] –
Line 270 ⟶ 269:
== See also ==
* [[Outline of computing]] –
** [[Outline of software]] –
{{Clear}}
|