Found 618 Articles for Data Storage

How to Increase Swap Space on Linux Ubuntu?

karthikeya Boyini
Updated on 27-Jan-2020 07:23:20

4K+ Views

In this article, we will learn how to increase the swap space, which will solve the memory errors in applications. This will cover how to add a swap file to an Ubuntu Linux.Anyway, this is recommended to utilize the spinning hard disk drivers for swap as SSD can cause issues with hardware degradation over time. Due to this reason, do not enable swap on Cloud where the SSD storage is provided.What is Swap file?The Swap is a place where the OS can store temporary data as it can no longer holds in RAM. Basically, this will increase the ability of ... Read More

Careers in BigData? – A Big Leap Forward

Sharon Christine
Updated on 24-Jan-2020 06:17:04

138 Views

Big Data is everywhere and there is an urgent need to collect and preserve whatever data has been generated. We also find that there is a greater fear of missing something, which is important. Big Data Analytics has become crucial, it helps improve business, decision making and offers the biggest edge over the competitors.What does the term Big Data mean?The term big data can be described as something large volume of data which is both structured and unstructured, that inundates a business on a day-to-day basis. Data is available everywhere but how can organizations capitalize on that is the big ... Read More

How to Enable Or Add Swap Space on Ubuntu 16.04

karthikeya Boyini
Updated on 21-Jan-2020 10:48:13

506 Views

In this article, we will learn how to enable or add the swap partition on Ubuntu 16.04, actually, the swap will increase the chance of responsiveness of the servers by guarding the out of memory errors for the applications, by default Ubuntu will not enable the swap space. We will learn how to add or enable the swap file for Ubuntu 16.04 servers.Swap is the location or the file which can handle the temporary data which is not required immediately by RAM but will be used to increase the amount of information that the server can handle for its working ... Read More

How to Create a RAID 5 Storage Array with ‘mdadm’ on Ubuntu 16.04

Sharon Christine
Updated on 21-Jan-2020 10:21:13

3K+ Views

In this article, we will learn how to create a RAID 5 Array configuration using the ‘mdadm’ utility.The ‘mdadm’ is a utility which is used to create and manage storage arrays on Linux with RAID capability where the administrators are having great flexibility in managing the individual storages devices and creating the logical storage with a high performance and redundancy.RAID 5 Array is a type where we implement by striping the data across the total available devices. Every component of the each stripe is calculated by parity block. If any device fails the parity block, it will use the remaining ... Read More

How to Create a RAID 0 Storage Array with ‘mdadm’ on Ubuntu 16.04

karthikeya Boyini
Updated on 21-Jan-2020 10:15:50

3K+ Views

In this article, we will learn how to create a RAID 0 Array configuration using the ‘mdadm’ utility.The ‘mdadm’ is a utility which is used to create and manage storage arrays on Linux with RAID capability where the administrators are having a great flexibility in managing the individual storage devices and creating the logical storage with a high performance and redundancy.RAID 0 array will work by dividing the data into small chunks and strips that data across the available storage disks, which means that each and every storage disk will contain a portion of data and when retrieving the data ... Read More

How to Add Disk Storage to Oracle Virtual Box on Linux

Sharon Christine
Updated on 21-Jan-2020 07:39:00

18K+ Views

This article is for those who are looking to install software on your Virtual Box but running low disk space issue. At the same time, you might also feel the need to add disk storage to Oracle VirtualBox by creating a new and larger drive to build the existing drive. Below are the steps to allocate more space by adding a virtual drive to a Virtual Box, The Guest VirtualBox is running the Red Hat Linux 6.7.Adding the Virtual DriveOpen Oracle VM Virtual Box Manager, select the Virtual Box for which you want to add the new disk and click ... Read More

Difference between Row oriented and column oriented database

Kiran Kumar Panigrahi
Updated on 22-Feb-2023 12:41:27

5K+ Views

There are two ways of organizing data in a DBMS − one is row-oriented database and another is column-oriented database. The basic difference between the two is that a row-oriented database stores the data tables by rows, whereas a column-oriented database stores the data tables by columns. Read this article to learn more about row-oriented database and column-oriented database and how they are different from each other. What is Row-Oriented Database? A Roworiented database is a traditional database like Oracle, MySQL, etc. It stores data tables by rows and the common method of storing a table is to serialize each ... Read More

How to Add a New Disk Drive to a Linux Machine

Sharon Christine
Updated on 21-Jan-2020 07:26:11

10K+ Views

This article helps you to configure and add a new disk to the Linux box. This is one of the most common problems encountered by system administrators these days since the servers are tending to run out of disk space to store excess data. Fortunately, disk space is now one of the cheapest. We shall look at the steps necessary to configure on Red Hat Enterprise Linux 6. x to add more space by installing the disk.ContentsMounted Filesystems or Logical VolumesGetting StartedFinding the New Hard Drive in RHEL 6Creating Linux PartitionsCreating a Filesystem on an RHEL 6 Disk PartitionMounting a ... Read More

10 Ways to keep your Data safe in Cloud Environment

Sharon Christine
Updated on 20-Jan-2020 06:04:42

185 Views

A “cloud” in the technological sense, can be defined as a huge online place for storing and accessing data and program files in the internet, instead of your computer hardware- like local disk. When we talk about storing and accessing data, our first concern is how secure is our data, how much can we rely on the cloud environment. Cloud environment is as safe as data stored in an individual data server.Cloud is the latest trend in technology and most of us store all data in cloud housed in Dropbox, Google Drive. Generally, people assume that all the data stores ... Read More

Difference between data type and data structure

Kiran Kumar Panigrahi
Updated on 20-Dec-2022 12:39:54

12K+ Views

Computer programming entirely revolves around data. It is data over which all the business logic gets implemented and it’s the flow of data which comprises the functionality of an application or project. Hence, it becomes critical to organize and store the data for its optimized use and perform effective programming with good data model. From the surface, both data type and data structure appear to be the same thing, as both deal with the nature and organizing of data, but there is a big difference between the two. One describes the type and nature of data, while the other represents ... Read More

Advertisements