sankalp7654 / IMDB-VS-FilesystemDB

As disk read and writes are always slower then memory read and write. Most of the modern application uses the in-memory databases for faster response time. The JAVA program reads data from file and store it in memory and oracle database. It compares the response time between data access from in-memory and oracle database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

As disk read and writes are always slower then memory read and write. Most of the modern application uses the in-memory databases for faster response time. The JAVA program reads data from file and store it in memory and oracle database. It compares the response time between data access from in-memory and oracle database.


Languages

Language:Java 100.0%