Creating Databases and Tables
Database Overview
Throughout human evolution, numbers, text, and symbols were created to record data. However, as cognitive and creative abilities improved, the volume of data increased, making it a significant challenge to record and accurately retrieve data.
With the advent of computers, data began to be stored and calculated within computer ...
Posted on Thu, 25 Jun 2026 17:44:13 +0000 by jarv
Understanding GlusterFS: A Distributed File System Solution
Introduction to GlusterFS
GlusterFS is an open-source distributed file system composed of storage servers, clients, and optional NFS/Samba storage gateways. Unlike traditional distributed file systems that rely on metadata servers, GlusterFS operates without a metadata server component, enhancing performance, reliability, and stability.
Tradi ...
Posted on Wed, 03 Jun 2026 17:45:18 +0000 by Qense
Introduction to Database Systems
Overview of Data Management
Evolution of Data Management
Manual Handling Era
File Systems Era
Database Systems Era
Core Concepts
Data
Records describing entities (text, graphics, images, audio)
Data alone lacks meaning without semantic interpretation; data and semantics are inseparable
Database (DB)
A large collection of structured, shared d ...
Posted on Thu, 07 May 2026 04:56:06 +0000 by andrin