Mithlesh Upadhyay has Published 45 Articles

New Storage Systems

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 17-May-2023 16:09:18

312 Views

New storage systems are designed to handle large volumes of data. These new storage systems provide reliable, scalable, and cost-effective storage solutions. In this article, we will discuss three of the most significant recent developments in storage systems Storage Area Networks Storage Area Network (SAN) is a high-speed network of ... Read More

Network Attached Storage in DBMS

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 17-May-2023 16:09:00

322 Views

Data is the lifeline of businesses. With the increasing amount of data being generated and stored, businesses need a reliable and efficient storage solution. One such solution is Network Attached Storage (NAS). In this article, we will discuss the role of Network Attached Storage in Database Management Systems (DBMS), ... Read More

MySQL PARTITION BY Clause

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 17-May-2023 16:07:41

8K+ Views

Partition By clause can be used to improve query performance. It reduces storage requirements, and improves data manageability. By partitioning a large table, queries that access only a small subset of the data can be executed more quickly. Partitioning can also improve backup and restore times. In this article, we ... Read More

Normal Forms Based on Primary Keys

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 17-May-2023 16:06:28

4K+ Views

Normalization is a process of organizing data in a database to reduce redundancy and improve data consistency. Primary keys are really important in organizing information in a database. They help to make sure that every row in a table has a unique identification so that nothing gets mixed up or ... Read More

Multiversion Timestamp Ordering

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 17-May-2023 16:00:20

2K+ Views

Multiversion Timestamp Ordering (MVTO) is a popular concurrency control technique used in database management systems (DBMSs). MVTO allows multiple versions of a data item to coexist at the same time, providing high concurrency and data consistency while preventing conflicts and deadlocks. In this article, we will discuss the definition and ... Read More

Multiversion Concurrency Control Techniques

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 17-May-2023 15:58:20

14K+ Views

It is essential to maintain data consistency and prevent concurrency issues in database systems. It should be multiple transactions accessing the same data simultaneously. Multiversion Concurrency Control (MVCC) techniques provide an efficient and effective way to achieve this. In this article, we will discuss Multiversion Concurrency Control (MVCC) techniques, its ... Read More

Multiple Relation Queries and JOIN Ordering

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 17-May-2023 15:55:57

1K+ Views

Multiple relation queries and JOIN ordering are crucial components of modern database management systems (DBMSs). The execution of multiple relation queries can be challenging because they involve multiple tables, and the order of JOIN operations can affect query performance significantly. Query optimization is a vital aspect of DBMS, as it ... Read More

Multiple Granularity Locking in DBMS

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 17-May-2023 15:54:25

5K+ Views

DBMS (Database Management System) is used for effective management of data. It enables multiple users to access the same data without compromising its consistency and integrity. A Challenge in DBMS is locking, which is used to prevent multiple users from accessing the same data simultaneously. In this article, we will ... Read More

Multilevel Indexes

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 17-May-2023 15:49:49

16K+ Views

In this article, we will discuss multilevel indexes in RDBMS, their types, and examples. In Relational Database Management Systems (RDBMS), indexes are essential data structures that allow faster data retrieval by reducing the number of disk accesses required to retrieve data. But, traditional indexes can become inefficient as the database ... Read More

Multi-tier architecture of Data Warehouse

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 17-May-2023 15:34:50

6K+ Views

In this article, we will discuss the Multi-tier architecture of Data Warehouse. Introduction A data warehouse is like a big storage house where information is kept so that people can use it to make better decisions. This information comes from different places like databases and other systems that keep track ... Read More

Advertisements