0% found this document useful (0 votes)
12 views4 pages

Database Evolution and Trends Report

The document describes the evolution and types of databases, including a comparative table of hierarchical and network structures. It also discusses types of storage such as secondary, relative, and sequential, and how they affect query performance. Finally, it highlights the importance of indexes to improve search times and report generation.

Translated by

ScribdTranslations
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views4 pages

Database Evolution and Trends Report

The document describes the evolution and types of databases, including a comparative table of hierarchical and network structures. It also discusses types of storage such as secondary, relative, and sequential, and how they affect query performance. Finally, it highlights the importance of indexes to improve search times and report generation.

Translated by

ScribdTranslations
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

1) A timeline identifying the most representative historical moments in the evolution of databases, taking into account

the following aspects:


2) Prepare a report that must provide answers.
DATABASE REPORT

This report aims to convey important and significant information regarding the role of databases and their contribution in those
processes that we will encounter later as future professionals, therefore we have decided to respond to the following questions, in order to
clarify many concerns that arise throughout our training, and even more so highlighting the importance of databases in
In any context, it is worthwhile to identify current database trends and their projection in the market, which will allow for solving the
current and future information needs of humanity, due to research, the projection for databases in the future is
that allow us to manipulate them through different mobile devices more easily, and how can we not believe that little by little we have progressed.
significantly; currently IBM has developed different versions to adapt to the needs of various businesses and companies
associated, one of these versions is the Db2 Advanced Enterprise Server Edition database, which was designed for companies, characterized by
its multiple workloads for analytical, data storage, and transactional functionalities; its same functionalities are
shared by Db2 Direct Advanced Edition, the latest addition to the InterSystems database platform product family
which includes, in addition, the multi-mode database of Caché and the Ensemble application integration engine, there is great potential for databases
of data.

According to the above and the identification of the great advance regarding databases, the types of storage and how these interfere in the
Optimization of searches and data queries within organizations is extremely important.

Secondary Storage: Sets of devices and storage media, which form a small memory system of a
computer, next to the main memory.
-Relative Storage: Characterized by storing data in an independent query table, therefore it is very important to store the
data in one of these independent tables,
Sequential storage: it is a way of storage in which the computer accesses the data as needed.

Searches and queries in databases are linked to the type of storage we use, as this improves many aspects such as
response times and the development of databases, there are many types of databases in the market, in addition to these we have databases
relational, currently more established and functional regarding the needs of companies, then there are the databases
NoSQL. We have found it in the market for more than 10 years. Along with these two types of databases, hybrid databases appear.
(SQL/NoSQL), in-memory databases and databases as a service.

From the above, the need arose to explain the use of different indexes in the information to improve the times for obtaining information.
in processes of search and generation of reports for society in general, which is why it is essential that this type of indexes be used to
support processes such as the necessary investigations of our country, poverty, unemployment and other issues that, although efforts have been made to
Inquire has not reached what is required due to a lack of IT resources, and that they have the possibilities of being used in the best way.
thus achieving the ability to classify, separate, and collect 100% true information.

Include a comparative table showing the differences between hierarchical and network file structures.

HIERARCHICAL RED
A hierarchical model is a database manager that stores
Information in a hierarchical structure that links the records in form 1) A network database or network model is composed of a
tree structure, where a parent node inherits child nodes. collection of records that are linked to each other by means of links, a
relationship that is established only between two records, that is, it must
2) The data is stored in the form of records, our own use a link for each relationship.
information equivalent to the rows of the relational model each record
consists of a set of fields, the equivalent of the columns of It is mainly composed of a collection of records that
relational model. they are connected to each other by means of links.

You might also like