Mithlesh Upadhyay has Published 57 Articles

New Storage Systems

Mithlesh Upadhyay

Mithlesh Upadhyay

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

141 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

108 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

4K+ 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

2K+ 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

Nested Queries in SQL

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 17-May-2023 16:04:16

12K+ Views

Structured Query Language (SQL) is a programming language. SQL is used to manage data stored in a relational database. SQL has the ability of nest queries. A nested query is a query within another query. Nested query allows for more complex and specific data retrieval. In this article, we will ... Read More

Multiversion Timestamp Ordering

Mithlesh Upadhyay

Mithlesh Upadhyay

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

1K+ 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

9K+ 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

Multivalued Dependency and Fourth Normal Form

Mithlesh Upadhyay

Mithlesh Upadhyay

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

5K+ Views

In database management systems, normalization is an essential process to ensure that data is organized efficiently and effectively. Multivalued dependency (MVD) is a concept that helps to identify and eliminate data redundancy and anomalies, and Fourth Normal Form (4NF) is a normalization form that addresses the challenges associated with multivalued ... Read More

Multiple Relation Queries and JOIN Ordering

Mithlesh Upadhyay

Mithlesh Upadhyay

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

520 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

2K+ 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

Advertisements