Database and knowledge. types of databases. relational and non relational

Lecture



Database of data - presented in an objective form, a set of independent materials (articles, calculations, regulations, court decisions and other similar materials), systematized so that these materials can be found and processed using an electronic computer (COMPUTER). [one]

  Database and knowledge.  types of databases.  relational and non relational

Many experts point out the common mistake of incorrectly using the term “database” instead of the term “database management system”, and point out the need to distinguish these concepts. [2]

Content

  • 1 Problems of Definition
  • 2 History
  • 3 Types of databases
    • 3.1 Classification by data model
    • 3.2 Classification of persistent storage environment
    • 3.3 Content classification
    • 3.4 Classification according to the degree of distribution
    • 3.5 Other types of databases
  • 4 Extra large databases
  • 5 Notes
  • 6 Literature
  • 7 References
  • 8 See also

Definition problems

The literature offers many definitions of the term “database”, reflecting rather the subjective opinion of certain authors, but there is no generally accepted uniform formulation.

Definitions from international standards:

  • Database - a set of data stored in accordance with the data scheme, which is manipulated in accordance with the rules of data modeling tools. [3]
  • A database is a collection of data organized in accordance with a conceptual structure that describes the characteristics of this data and the relationship between them, and this is a collection of data that supports one or more applications [4] .

Definitions from reputable monographs:

  • Database - organized in accordance with certain rules and maintained in the computer's memory set of data that characterizes the current state of a certain subject area and is used to meet the information needs of users. [five]
  • A database is a set of permanent (permanently stored) data used by the application software systems of an enterprise. [6]
  • A database is a shared set of logically related data (and a description of this data) designed to meet the information needs of an organization. [7]

The definitions most often (explicitly or implicitly) contain the following distinguishing features [8] :

  1. The database is stored and processed in the computing system .
    Thus, any non-computer repositories of information (archives, libraries, card files, etc.) are not databases.
  2. The data in the database is logically structured (systematized) in order to ensure the possibility of their effective search and processing in the computer system.
    Structuredity implies an explicit selection of constituent parts (elements), relations between them, as well as the typification of elements and relations, in which certain semantics and acceptable operations are associated with the type of element (connection). [9]
  3. A database includes a schema, or metadata , describing the logical structure of the database in a formal form (according to some metamodel).
    In accordance with GOST R ISO IEC TO 10032-2007 , “permanent data in a database environment includes a schema and a database. The schema includes descriptions of the content, structure, and integrity constraints used to create and maintain a database. The database includes a set of persistent data defined using a schema. The data management system uses data definitions in the schema to provide access and control access to the data in the database. ” [3]

Of the listed signs, only the first one is strict, while others allow different interpretations and various degrees of evaluation. You can only establish a certain degree of compliance with the requirements for the database.

In such a situation, the common practice plays an important role. According to it, for example, do not call file archives , Internet portals or spreadsheets databases, despite the fact that they to some extent possess the features of a database. It is considered that this degree is in most cases insufficient (although there may be exceptions).

Story

The history of the emergence and development of database technology can be viewed both in a broad and narrow aspect.

In a broad sense, the concept of database history is summarized to the history of any means by which humankind stored and processed data. In this context, mention is made, for example, of the means of accounting for the royal treasury and taxes in ancient Sumer (4000 BC), [10] the Inca nodular script - kipu, cuneiform writing containing documents of the Assyrian kingdom, etc. It should be remembered that the disadvantage of this approach is the erosion of the notion “database” and its actual merging with the notions “archive” and even “writing”.

The history of databases in the narrow sense considers the database in the traditional (modern) sense. This story begins in 1955, when the programmable recording processing equipment appeared. The software of this time supported the file-based record processing model. Punch cards were used for data storage. [ten]

Online network databases appeared in the mid-1960s. Operations on operational databases were processed online using terminals. Simple index-sequential record organizations have rapidly evolved to a more powerful record-oriented record model. For the leadership of the Data Base Task Group (DBTG), which developed a standard data description language and data manipulation, Charles Bachmann received the Turing Prize.

At the same time, the concept of database schemas and the concept of data independence were developed in the COBOL database community.

The next important stage is associated with the appearance in the early 1970s of the relational data model, thanks to the work of Edgar F. Codd. Codd's work opened the way for a close connection of applied database technology with mathematics and logic. For his contribution to the theory and practice, Edgar F. Codd also received the Turing Award.

The term database (born database ) appeared in the early 1960s, and was introduced into use at symposia organized by SDC in 1964 and 1965, although it was understood first in a rather narrow sense, in the context of artificial intelligence systems. In the widespread use in the modern sense, the term entered only in the 1970s. [eleven]

Types of databases

There is a huge number of varieties of databases that differ in different criteria. For example, in the Encyclopedia of Database Technologies, [5] based on the materials of which this section is written, over 50 types of databases are defined.

The main classifications are given below.

Classification by data model

Examples:

  • Hierarchical
  • Object and Object Oriented
  • Object relational
  • Relational
  • Network
  • Functional.

Classification by persistent storage environment

  • In secondary memory, or traditional (eng. Conventional database ): the persistent storage medium is non-volatile peripheral memory (secondary memory) - usually a hard disk.
    In the RAM, the DBMS places only the cache and data for the current processing.
  • In RAM ( in-memory database, memory-resident database, main memory database ): all data at the execution stage are in RAM.
  • In a tertiary memory (English tertiary database ): the persistent storage medium is a mass storage device (tertiary memory) that is detachable from the server, usually on the basis of magnetic tapes or optical disks.
    The secondary memory of the server stores only the data directory of the tertiary memory, the file cache and data for ongoing processing; loading the data itself requires a special procedure.

Content classification

Examples:

  • Geographical
  • Historical
  • Scientific
  • Multimedia
  • Client.

Classification by degree of distribution

  • Centralized, or focused (eng. Centralized database ): a database that is fully supported on one computer.
  • Distributed (eng. Distributed database ): a database whose components are located in various nodes of a computer network in accordance with some criterion.
    • Heterogeneous (eng. Heterogeneous distributed database ): fragments of a distributed database in different nodes of the network are supported by means of more than one DBMS
    • Homogeneous (eng. Homogeneous distributed database ): fragments of a distributed database in different nodes of the network are supported by the same DBMS.
    • Fragmented, or partitioned (English partitioned database ): the method of data distribution is fragmentation (partitioning, partitioning), vertical or horizontal.
    • Replicated (English replicated database ): the method of data distribution is replication (replication).

Other types of databases

  • Spatial (eng. Spatial database ): a database in which the spatial properties of the entities of the domain are supported. Such databases are widely used in geographic information systems.
  • Temporal, or temporal (born temporal database ): a database in which some aspect of time is supported, not counting the time determined by the user.
  • Spatio-temporal (born spatial-temporal database ) database: a database that simultaneously supports one or more dimensions in aspects of both space and time.
  • Cyclic (English round-robin database ): a database, the amount of stored data does not change with time, because in the process of storing new data, they replace older data. The same cells for data are used cyclically.

Extra large databases

Ultra Large Database (VLB ) is a database that takes up extremely large amounts of storage space on a physical storage device. The term implies the maximum possible database volumes, which are determined by the latest advances in physical data storage technologies and in software data manipulation technologies.

The quantitative definition of the concept of “extremely large volume” changes over time; it is currently considered to be a volume, measured at least in petabytes. For comparison, in 2005, the largest in the world were considered databases with storage capacity of about 100 terabytes. [12]

Experts note the need for special approaches to the design of super-large databases. To create them, special projects are often carried out in order to find such systems solutions that would allow at least somehow working with such large amounts of data. As a rule, special solutions are needed for the disk subsystem, special versions of the operating environment, and special mechanisms for the DBMS to access data.

Research in the field of storage and processing of very large VLDB databases is always at the forefront of database theory and practice. In particular, since 1975, the annual International Conference on Very Large Data Bases (“International Conference on Ultra-Large Databases”) has been held. Most of the research is carried out under the auspices of the non-profit organization VLDB Endowment ( VLDB Endowment Fund), which promotes research and information exchange in the field of super-large databases and related fields.

Recently, the term “NoSQL” has become very fashionable and popular, all sorts of software solutions under this sign are being actively developed and promoted. Huge amounts of data, linear scalability, clusters, fault tolerance, and non-relationality have become synonymous with NoSQL. However, few people have a clear understanding of what NoSQL storage is, how this term appeared and what general characteristics they possess. Let's try to eliminate this gap.
  Database and knowledge.  types of databases.  relational and non relational

Story.


The most interesting thing about the term is that despite the fact that it was first used in the late 90s, it acquired real meaning as it is used now only in mid-2009. Initially, this was the open source database created by Carlo Strozzi, which kept All data is as ASCII files and used shell scripts instead of SQL to access data. With “NoSQL” in its current form, it had nothing in common.

In June 2009, a meeting was organized by Johan Oscarsson in San Francisco, at which it was planned to discuss new developments in the IT data storage and processing market. The main impetus for the meeting were new open-source products like BigTable and Dynamo. For a bright signboard for a meeting it was required to find a succinct and concise term that would fit perfectly into the Twitter hashtag. One of these terms was suggested by Eric Evans from RackSpace - “NoSQL”. The term was planned only for one meeting and did not have a deep semantic load, but it so happened that it spread throughout the global network like viral advertising and became the de facto name of a whole trend in the IT industry. By the way, Voldemort (clone of Amazon Dynamo), Cassandra, Hbase (analogs of Google BigTable), Hypertable, CouchDB, MongoDB spoke at the conference.

It is worth emphasizing once again that the term “NoSQL” has an absolutely natural origin and does not have a generally accepted definition or scientific institution behind it. This name rather characterizes the vector of IT development away from relational databases. It stands for Not Only SQL, although there are proponents for the direct definition of No SQL. To group and systematize knowledge about the NoSQL world, Pramod Sadaladzh and Martin Fowler tried to do in their recent book “NoSQL Distilled”.

NoSQL database features


There are few common characteristics for all NoSQL, as there are now a lot of heterogeneous systems under the NoSQL label (the most complete, perhaps, list can be found at http://nosql-database.org/). Many characteristics are peculiar only to certain NoSQL databases, I will definitely mention this when listing.

1. Not using SQL

This refers to ANSI SQL DML, since many databases try to use query languages ​​similar to the well-known favorite syntax, but no one has been able to fully implement it and is unlikely to succeed. Although there are rumors there are startups that are trying to implement SQL, for example, in Hadup (http://www.drawntoscalehq.com/ and http://www.hadapt.com/)

2. Unstructured (schemaless)

The meaning is that in NoSQL databases, unlike the relational data structure, it is not regulated (or weakly typed, if analogous to the programming languages ​​are used) - an arbitrary field can be added to a single line or document without preliminary declarative changes in the structure of the entire table. Thus, if there is a need to change the data model, then the only sufficient action is to reflect the change in the application code.

For example, when renaming a field in MongoDB:

BasicDBObject order = new BasicDBObject(); order.put(“date”, orderDate); // это поле было давно order.put(“totalSum”, total); // раньше мы использовали просто “sum” 


If we change the application logic, then we expect a new field also when reading. But due to the lack of a data scheme, the totalSum field is absent from other already existing Order objects. In this situation, there are two options for further action. The first is to bypass all documents and update this field in all existing documents. Due to the volume of data, this process occurs without any locks (comparable to the *** *** alter table rename column), so during the update, existing data can be read by other processes. Therefore, the second option - checking in the application code - is inevitable:

 BasicDBObject order = new BasicDBObject(); Double totalSum = order.getDouble(“sum”); // Это старая модель if (totalSum == null) totalSum = order.getDouble(“totalSum”); // Это обновленная модель 



And when re-recording, we will write this field to the database in a new format.

A pleasant consequence of the lack of a scheme is the efficiency of working with sparse data. If there is a date_published field in one document, and no field in the second, then no empty date_published field will be created for the second. This is, in principle, a logical, but less obvious example - column-family NoSQL databases that use familiar table / column concepts. However, due to the absence of a schema, columns are not declared declaratively and may change / be added during the user session of working with the database. This allows in particular the use of dynamic columns for the implementation of lists.

An unstructured scheme has its drawbacks - besides the above-mentioned overhead in the application code when changing the data model - the absence of all possible restrictions from the base (not null, unique, check constraint, etc.), plus additional difficulties in understanding and controlling the structure data when working in parallel with a database of different projects (there are no dictionaries on the side of the database). However, in a rapidly changing modern world, such flexibility is still an advantage. As an example, Twitter, which five years ago, along with Twitter, kept only a few additional information (time, Twitter handle and a few bytes of meta-information), but now in addition to the message itself, the database still stores a few kilobytes of metadata.

(Hereinafter, it’s mainly about key-value, document and column-family databases, the database graph may not have these properties).

3. Presentation of data in the form of aggregates (aggregates).

Unlike the relational model, which stores the logical business entity of the application in different physical tables for normalization purposes, NoSQL repository operates with these entities as whole objects:

  Database and knowledge.  types of databases.  relational and non relational

This example shows the aggregates for the standard conceptual relational model of e-commerce “order - order items - payments - product”. In both cases, an order is combined with positions into one logical object, with each position keeping a link to the product and some of its attributes, for example, a name (such denormalization is necessary not to request the product object when retrieving an order - the main rule of distributed systems is minimum “Joins” between objects). In one unit, payments are combined with the order and are an integral part of the object, in the other - they are moved to a separate object. This demonstrates the main rule for designing a data structure in NoSQL databases - it must comply with the requirements of the application and be as optimized as possible for the most frequent queries. If payments are regularly extracted along with the order, it makes sense to include them in a common object, if many requests work only with payments, then it is better to take them into a separate entity.

Many will argue, noting that working with large, often denormalized, objects is fraught with numerous problems when trying to randomly query data, when queries do not fit into the structure of aggregates. What if we use orders along with positions and payments on an order (this is how the application works), but the business asks us to calculate how many units of a certain product were sold last month? In this case, instead of scanning the OrderItem table (in the case of the relational model), we will have to retrieve orders entirely in the NoSQL repository, although we will not need most of this information. Unfortunately, this is a compromise that has to be made in a distributed system: we cannot perform data normalization as in a conventional single-server system, since this will create the need to merge data from different nodes and can lead to a significant slowdown in the operation of the database.
I tried to group the pros and cons of both approaches in the table:

  Database and knowledge.  types of databases.  relational and non relational

4. Weak ACID properties.

For a long time, the consistency (consistency) of the data was a “sacred cow” for architects and developers. All relational databases provided one or another level of isolation, either by locking with a change and blocking read, or by undo-logs. With the arrival of huge amounts of information and distributed systems, it became clear that to ensure for them the transactionality of a set of operations on the one hand and to get high availability and fast response time on the other is impossible. Moreover, even updating one record does not guarantee that any other user will instantly see changes in the system, because the change may occur, for example, in the master node, and the replica will be asynchronously copied to the slave node, from which another user works. In this case, he will see the result after a certain period of time. This is called eventual consistency, and this is what all the major Internet companies in the world are now doing, including Facebook and Amazon. The latter proudly declare that the maximum interval during which the user can see inconsistent data is no more than a second. An example of such a situation is shown in the figure:

  Database and knowledge.  types of databases.  relational and non relational

The logical question that arises in such a situation is what should be done to systems that classically place high demands on the atomicity-consistency of operations and at the same time need fast distributed clusters — financial, online shopping, etc.? Practice shows that these requirements have long been irrelevant: one developer of the financial banking system said: “If we really waited for the completion of each transaction in the global ATM network (ATMs), the transactions would take so long that customers would run away in a rage. What happens if you and your partner withdraw money at the same time and exceed the limit? “You both get the money, and we will fix it later.” Another example is the hotel booking shown in the picture. Online stores, whose data management policy implies eventual consistency, are required to take measures in case of such situations (automatic conflict resolution, rollback of an operation, updating with other data). In practice, hotels always try to keep a “pool” of available rooms for an emergency and this can be a solution to a dispute.

In fact, weak ACID properties do not mean that they do not exist at all. In most cases, an application working with a relational database uses a transaction to change logically related objects (order — order items), which is necessary, as these are different tables. With proper design of the data model in the NoSQL database (the aggregate is an order along with a list of items of the order), you can achieve the same isolation level when changing one record as in the relational database.

5. Distributed systems, without shared resources (share nothing).

Again, this does not apply to database graphs whose structure, by definition, does not spread well across remote nodes.

This is probably the main leitmotif of the development of NoSQL databases. With the avalanche-like growth of information in the world and the need to process it in a reasonable time, the problem of vertical scalability arose - the growth of processor speed stopped at 3.5 GHz, the speed of reading from the disk also grows at a slow pace, plus the price of a powerful server is always greater than the total price of several simple servers. In this situation, ordinary relational databases, even clustered on a disk array, cannot solve the problem of speed, scalability, and bandwidth. The only way out is horizontal scaling, when several independent servers are connected by a fast network and each owns / processes only part of the data and / or only part of read-update requests. In such an architecture, in order to increase the storage capacity (capacity, response time, bandwidth) it is only necessary to add a new server to the cluster - that's all. Sharding, replication, fault tolerance procedures (the result will be obtained even if one or several servers stopped responding), data redistribution in the case of adding a node is handled by the NoSQL database itself. Briefly present the main properties of distributed NoSQL databases:

Replication - copying data to other nodes when updating. Allows both to achieve greater scalability, and to increase the availability and security of data. It is accepted to divide into two types:
master-slave :

  Database and knowledge.  types of databases.  relational and non relational

and peer-to-peer :

  Database and knowledge.  types of databases.  relational and non relational

The first type assumes a good read scalability (can occur from any node), but an unscaled record (only to the master node). There are also subtleties with the provision of constant availability (in case of a master crash, either one of the remaining nodes is assigned either manually or automatically to its place). For the second type of replication, it is assumed that all nodes are equal and can serve both read and write requests.

Sharding - separation of data by node:

  Database and knowledge.  types of databases.  relational and non relational

Sharding was often used as a “crutch” to relational databases in order to increase speed and throughput: a user application partitioned data from several independent databases and, when requesting relevant data, the user accessed a specific database. In NoSQL databases, sharding, like replication, is performed automatically by the base itself and the user application apart from these complex mechanisms.

6. NoSQL bases are mainly open source and created in the 21st century.

It is on the second sign that Sadaladzh and Fowler did not classify object databases as NoSQL (although http://nosql-database.org/ includes them in the general list), since they were created in the 90s and did not get much popularity .

Additionally, I wanted to dwell on the classification of NoSQL databases, but perhaps I’ll do this in the next article if it is interesting for habouriors.

Summary.


NoSQL movement is gaining popularity at a tremendous pace. However, this does not mean that relational databases become a rudiment or something archaic. Most likely, they will be used and used as before, but more and more NoSQL bases will appear in symbiosis with them. We are entering the era of polyglot persistence — an era when different data warehouses are used for different needs. Now there is no monopoly of relational databases as an alternative source of data. Increasingly, architects choose storage based on the nature of the data itself and how we want to manipulate them, how much information is expected. And so it only becomes more interesting.


Comments


To leave a comment
If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Databases, knowledge and data warehousing. Big data, DBMS and SQL and noSQL

Terms: Databases, knowledge and data warehousing. Big data, DBMS and SQL and noSQL