
www.rsisinternational.org
INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XV, Issue IV, April 2026
RESULTS AND DISCUSSION
The researchers conducted a technical performance test and a professional survey to evaluate the performance
of database systems using different storage types. The test focused on measuring query response time, data
loading speed, and write performance using Hard Disk Drives and Solid-State Drives. The survey gathered
feedback from IT lecturers who regularly handle database systems in laboratory environments. These results
show the difference in performance between traditional storage and modern storage devices.
The findings are divided into two main parts. First, the technical test results present measurable data such as
response time and loading speed. These values show how fast each storage type performs during database
operations. Second, the survey results provide insights based on real experience from IT lecturers. According to
MDPI (2024), combining system testing and user feedback helps explain both technical performance and real
system behavior. This approach gives a clearer understanding of how storage affects database performance in
actual use.
Table 2. Hardware Specification Table
The testing environment requires specific hardware details to understand the performance gap. The solid-state
drive uses a modern Non-Volatile Memory Express interface. The hard disk drive operates on an older Serial
Advanced Technology Attachment interface. Both drives use the Fourth Extended Filesystem to format the
storage space. These specifications directly affect how fast your system processes information.
Solid state drives process more input output operations per second than mechanical drives. Throughput metrics
show the physical data transfer limits. The solid-state drive transfers data at 450 megabytes per second. The hard
disk drive moves data at 80 megabytes per second. This hardware difference explains the delays you see in the
laboratory. Upgrading your storage removes this bottleneck and improves your workflow.
Table 2 illustrates a substantial performance gap between traditional HDD technology and modern SSD storage
during critical database operations. The data demonstrates that SSDs provide superior efficiency in every
measured metric. Specifically, SSDs achieve significantly faster query response times, reducing latency by
avoiding the mechanical limitations inherent in HDD read/write heads.
Furthermore, the data loading times highlight a clear advantage for flash-based storage; while an HDD requires
40 seconds to complete a loading task, an SSD finishes the same operation in only 3 seconds. This improvement
is further supported by the transfer speed metrics, where the SSD achieves 450 MB/s compared to the 80 MB/s
limit of the HDD. These findings collectively demonstrate that upgrading to SSD technology effectively removes
storage-related bottlenecks, leading to improved system stability and a more responsive experience for students
and developers alike.
Hybrid Storage Strategies
Modern enterprise and academic systems often employ hybrid storage strategies to optimize both cost and
performance. By placing frequently accessed, active database files on high-speed SSDs, systems ensure
immediate responsiveness for critical transactions. Simultaneously, older records, static archives, or infrequent
backups are migrated to more cost-effective, high-capacity HDDs. Furthermore, implementing database caching
which stores frequently requested information directly in Random Access Memory (RAM)—further reduces the
dependency on physical storage read operations, ensuring that the system maintains high stability even when
managing extensive, complex workloads.