Data Storage Articles

Page 10 of 50

Database Stored Procedures and SQL PSM

Hardik Gupta
Hardik Gupta
Updated on 02-Aug-2023 2K+ Views

Stored Procedures are essential to database management systems (DBMS) because they boost security, increase performance, and encourage code reuse. A group of SQL statements are included within pre-compiled database objects known as stored procedures. They can be called by apps or other database objects and are saved in the database. In this post, we will go into the details of SQL Persistent Stored Modules (PSM), a procedural programming language extension for SQL, and examine the idea of stored procedures. Understanding Stored Procedures Stored Procedures are database objects that have already been pre-compiled and include a collection of SQL statements. They ...

Read More

Difference Between Length and Capacity in Java

Shriansh Kumar
Shriansh Kumar
Updated on 21-Jul-2023 959 Views

In Java, the two terms length and capacity are related to the storage of elements in a collection like arrays, String and ArrayList. Length refers to the number of elements that are currently stored in a given collection, whereas capacity refers to the maximum number of elements that the collection can hold. In this article, we will explore the difference between Length and Capacity in Java. Length vs Capacity in Java Length To get the length of an array we use its ‘length’ property and we can get length of a String using its built-in method ‘length()’. In the ...

Read More

Difference Between SCSI and IDE

Md. Sajid
Md. Sajid
Updated on 13-Jul-2023 5K+ Views

SCSI (Small Computer System Interface) and IDE (Integrated Drive Electronics) are two interface types used to connect storage devices to computers. SCSI is suitable for complicated installations and server environments due to its high performance. IDE is a simpler interface that is largely used to connect internal storage devices to desktop computers. Read this article to find out more about SCSI and IDE and how they are different from each other. What is SCSI? SCSI (Small Computer System Interface) is a series of standards that establish a parallel interface for connecting various peripheral devices to a computer, notably storage devices. ...

Read More

How to Configure Nginx Reverse Proxy for Kibana?

Satish Kumar
Satish Kumar
Updated on 11-Jul-2023 2K+ Views

Introduction In today's world, data is the backbone of every industry. To make sense of it all, tools like Kibana are used to visualize and analyze the data. However, running Kibana on its own can often lead to performance issues and security vulnerabilities. This is where Nginx reverse proxy comes in handy. Preparing the Environment for Nginx Reverse Proxy Configuration Installing Nginx on the Server Before installing Nginx on the server, it is important to ensure that all necessary dependencies are installed. This can be done by running a system update and then installing the dependencies using the ...

Read More

Difference between iCloud and Baidu Cloud

Pranavnath
Pranavnath
Updated on 07-Jul-2023 309 Views

Baidu Cloud is a service introduced by China that is used particularly in some parts of China and not used in other countries. It provides a wide range of features that are provided. High−resolution pictures and videos are kept safe and secured in iCloud by iCloud Photos, with lightweight, space−saving copies on all of our devices. No matter what device we are using, iCloud Drive makes it simple to access and share the files and folders we save. Some of the other features included in iCloud are family sharing, photo library, and drive. What is iCloud? iCloud provides users with ...

Read More

RAM and other requirements for Machine Learning

Devang Delvadiya
Devang Delvadiya
Updated on 12-Jun-2023 6K+ Views

There has been a rise in researchers and businesses interested in machine learning in recent years. We need computer programs that can analyze data and provide conclusions. Machine learning techniques have applications in many fields, including economics, engineering, and medicine. Machine learning has expanded as both computer software and hardware have improved. In this post, we will examine the RAM needs for machine learning and other specifications. RAM Requirements RAM, or random-access memory, is a computer memory type that allows data to be accessed rapidly. The quantity of RAM required for machine learning is proportional to the data being ...

Read More

Other Primary File Organizations

Mithlesh Upadhyay
Mithlesh Upadhyay
Updated on 18-May-2023 596 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 connecting field Major_dept, whose value gives the name of the DEPARTMENT in which the student is majoring. The Major_dept field refers to a DEPARTMENT entity, which should be represented by a record of its own in the DEPARTMENT file. Retrieving field values from two related records requires retrieving one of ...

Read More

TCO Optimization on Google Cloud Platform

Devang Delvadiya
Devang Delvadiya
Updated on 08-May-2023 475 Views

Google Cloud Platform (GCP) is a cloud computing platform that offers aservices such as computing, storage, and networking businesses and individuals. As with any cloud computing platform, managing the total cost of ownership (TCO) of GCP resources is essential to ensure efficient utilization of resources and cost savings. This article will explore ways to optimize TCO on the Google Cloud Platform. Understanding Total Cost of Ownership (TCO) The total cost of ownership (TCO) is a comprehensive assessment of all the costs associated with owning and operating a particular asset, including hardware, software, and labor. In cloud computing, TCO includes costs ...

Read More

Cost Components for Query Execution

Hardik Gupta
Hardik Gupta
Updated on 26-Apr-2023 2K+ Views

One of the most crucial processes of a database management system (DBMS) is the execution of queries. It entails getting information from one or more tables and giving the user the outcomes. However, there are a number of cost factors involved in the process of performing a query, so it's not entirely free. In this post, we'll talk about the various costs associated with running queries in a DBMS. Parsing Cost The SQL query is parsed as the first stage in the query execution process. The DBMS performs a syntax check on the query and creates an internal representation of ...

Read More

Cosine Similarity

Hardik Gupta
Hardik Gupta
Updated on 26-Apr-2023 955 Views

Database management systems (DBMS) frequently employ the cosine similarity approach to assess how similar two sets of data are. It is utilized in many different applications, including document clustering, recommendation systems, and information retrieval. Finding similarities between words, documents, or any other data that can be represented as a vector may be done using cosine similarity. The idea of cosine similarity, its mathematical definition, and its use in database management systems will all be covered in this article. The angle between two vectors serves as the foundation for the cosine similarity idea. In a vector space, a set of data ...

Read More
Showing 91–100 of 500 articles
« Prev 1 8 9 10 11 12 50 Next »
Advertisements