diff --git a/README.md b/README.md new file mode 100644 index 0000000..f39616d --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# In-Memory Database +The project is designed to attain minimal response time by eliminating the +need to access disks. + +The project aims at insertion and search operation. + +An approach has been developed with which one can store his files in RAM.