java - sqlite and mysql. which is better when the applications has all processes running on the same machine and when the database has hardly 2 tables -


i need choose between sqlite , mysql. little confused on choose. know both database engines have no recursive query mechanisms , sqlite doesn't support stored procedures. situation. have application has around 1000 processes accessing same database. database has around 2 tables , around 10,000 entries in total. application isn't distributed, mean processes running on same machine. want embed database in application itself. think mysql isn't idea keeping these in mind. application doesn't involve complex queries (a couple of select, update , insert queries) know sqlite lighter mysql mysql supports stored procedures , sqlite doesn't. need locking mechanisms. don't want process lock table long time. i've read locking/unlocking operations pretty fast in sqlite (http://sqlite.org/lockingv3.html). new databases, please bear me. please me deciding better.

for embedding small database app, sqlite best way go - mysql more useful database on server. localized app data +sqlite = easier develop , implement


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -