Mithlesh Upadhyay has Published 47 Articles

OLAP Operations in DBMS

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 18-May-2023 18:09:27

461 Views

Online Analytical Processing Server (OLAP) is used to enable users to perform analysis on information retrieved from multiple database systems concurrently. It operates on a multidimensional data model. Users can write query data across multiple dimensions, such as location, time, and categories (e.g., Hyderabad-> 2017 -> Sales data). In OLAP, ... Read More

On Line Transaction Processing (OLTP) System in DBMS

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 18-May-2023 18:07:33

618 Views

On-Line Transaction Processing (OLTP) System is a type of computer system that helps manage transaction-related tasks. These systems are made to quickly handle transactions and queries on the internet. For instance, supermarket's POS (point of sale) system is an example of an OLTP system. Almost every industry nowadays uses ... Read More

Operations on Files

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 18-May-2023 18:05:32

820 Views

Retrieval and Update Operations When we work with files, we usually do two types of operations: retrieval and update. Retrieval operations help us find specific records in the file and look at their data. Update operations change the file by adding, removing, or modifying records. Selection Conditions To do either ... Read More

Operations on table in Cassandra

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 18-May-2023 17:56:32

728 Views

Cassandra is a distributed NoSQL database system. It offers high scalability, availability, and fault-tolerance. It uses a decentralized architecture, where data is distributed across multiple nodes, and provides several operations to manipulate data. In this article, we will discuss operations on tables in Cassandra. Creating Tables The first operation in ... Read More

Oracle Label-Based Security

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 18-May-2023 17:38:41

346 Views

Oracle Label-Based Security (OLS) is a feature of the Oracle Database that provides fine-grained access control over sensitive data based on security labels. This feature enables organizations to enforce access control policies based on the sensitivity of the data rather than the traditional approach of user roles and privileges. In ... Read More

Orchestration in Cloud Computing

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 18-May-2023 17:32:20

390 Views

According to many technical and research organizations, nowadays, cloud computing systems are dealing with a lot of data across multiple cloud organizations. It is hard for these organizations to deploy, ship, and maintain various versions of containers that perform specific tasks. It is difficult for managing large amounts of data ... Read More

Other Primary File Organizations

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 18-May-2023 17:25:25

268 Views

Files of Mixed Records In DBMS, file organizations are designed to handle records of a single type. However, in most real-world applications, multiple types of entities are interconnected in various ways. To represent relationships among records in different files, fields are connected. For example, a STUDENT record may have a ... Read More

Overview of Data Warehousing and OLAP

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 18-May-2023 16:31:39

3K+ Views

Data Warehouse A data warehouse is like a big library where we keep a lot of information from different places. It analyzes and understands the information easily. So you can make good decisions based on these facts. You have all the required information that you need in one place. We ... Read More

Overview of Dynamic Partition in Hive

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 18-May-2023 16:30:14

446 Views

Hive was developed by Facebook. It is used for analytics and MapReduce jobs. It can read, write, and manage large datasets. Hive can replace traditional database operations. Hive uses indexing to make queries more efficient, and it can work with compressed data stored in the Hadoop ecosystem. In this article, ... Read More

Node in Apache Cassandra

Mithlesh Upadhyay

Mithlesh Upadhyay

Updated on 17-May-2023 16:10:33

188 Views

Cassandra is developed by the Apache Software Foundation. It is a NoSQL database management system. Cassandra utilizes a wide column store to efficiently handle large volumes of data across multiple commodity servers. It is an open-source platform. It offers high availability without a single point of failure. Cassandra is written ... Read More

Advertisements