Can We Make Our Own Database system Like Sql,Firebase,Oracle,MongoDb.?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can We Make Our Own Database system Like Sql,Firebase,Oracle,MongoDb.??

Hello Everyone, i want to make my own Database Management System like mysql,MongoDb,Firebase. is it possible for me to create DBMS. if possible then how.🤔

9th Jun 2020, 6:05 PM
Sumrā
Sumrā - avatar
4 Answers
+ 4
Hello, you mean to create your own database? In this case of course, you have to setup one on your pc, on a server or Raspberry pi (The best are mySQL for pc, Maria DB for raspberry, Postgresql online remote). I suggest you choose for one of theese choises and search for a YouTube tutorial on how to get started with it. Personally, I would start setting up a postgresql database, even if a remote one.
9th Jun 2020, 8:39 PM
Daniele Compagnoni
Daniele Compagnoni - avatar
+ 3
I've made my own database. Since you do not need to be general purpose, it will run many times faster than those do. All it takes is one or more binary files that you random access records from. It works best to have fixed size records, but everything the general purpose database can do you can do plus more. Mine was built upon my own file system so I had disk blocks partially full of records allowing insert and delete without moving everything after. A background night process compressed the empty space out.
11th Jun 2020, 4:45 AM
John Wells
John Wells - avatar
+ 2
You don't have to tell use you are in 12th standard. It is irrelevant to the question. Also please clarify your question. Are you asking of how to setup a database system on your machine or how to create your own DBMS?
9th Jun 2020, 10:00 PM
Ore
Ore - avatar
+ 1
Ore Adeleye i am asking about DBMS.
10th Jun 2020, 2:27 AM
Sumrā
Sumrā - avatar