I want to make a java application with a rather small database. The pc on which I want to install this has nothing of database stuff on his pc (no wamp server, no oracle, nothing…). I’m rather new in this kind of stuff, and i don’t know if it’s already been asked but this is what i want to accomplish
Now I have a couple of questions:
- Is this doable?
- What should I use? Mysql, Oracle,…
- How can i do this?
I hope this is enough to get a decent answer.
selectqueries in heavily multithreaded environmentsIf you don’t need clients from the network to remotely connect to your database, an “embedded database” is what you want to implement.
Flame-preventing disclaimer: all the statements above are according to my very own personal experience, with the projects I’ve worked on and/or articles/benchmarks that I read and trusted as reliable. Unless otherwise stated (and in fact I’m not stating otherwise anywhere 🙂 ), I’m referring to fresh out-of-the-box un-fine-tuned installations.