Data Models in DBMS

Data Models in DBMS
Database Management System allows us to store tons of data in an efficient manner. A Data Model defines how data is stored, connected and accessed. Essentially, it is the backbone of DBMS.Here are som...
0 Read More

Duplicate Rows Detection in MySQL

Duplicate Rows Detection in MySQL
Duplicate Rows Detection in MySQL We've been working on a Candidate Management system for JoBins, a platform that allows recruitment agents to Manage their Candidates. Sometimes, the same ca...
0 Read More

"MMAP" System Call for DBMS

"MMAP" System Call for DBMS
MMAP, which stands for Memory Mapping, allows to map files into a process's virtual memory space. It makes it faster to load certain things, as the common data can be kept in primary memory (like RAM)...
0 Read More