SQLite Reading and Writing Question:
#5

Quote:
Originally Posted by Maxips2
Посмотреть сообщение
Shouldn't be because SQLite is very fast (if you use it right of course).
The query shouldn't take too long to exec (I believe just a few miliseconds)

If you are worried, you could use a fast file system or MySQL using cached (or non cached) queries.
But In case two queries are sent to the database at the same time? Does it put the waiting query in a que? Or we need to send the query again in case one query is in procedure to be completed?


Queries in my server never takes too long to execute.
Reply


Messages In This Thread
SQLite Reading and Writing Question: - by Ballu Miaa - 08.09.2012, 17:44
Re: SQLite Reading and Writing Question: - by Maxips2 - 08.09.2012, 17:46
Re: SQLite Reading and Writing Question: - by Ballu Miaa - 08.09.2012, 17:49
Re: SQLite Reading and Writing Question: - by Maxips2 - 08.09.2012, 17:51
Re: SQLite Reading and Writing Question: - by Ballu Miaa - 08.09.2012, 17:52
Re: SQLite Reading and Writing Question: - by Maxips2 - 08.09.2012, 17:55
Re: SQLite Reading and Writing Question: - by Ballu Miaa - 08.09.2012, 17:58
Re: SQLite Reading and Writing Question: - by Maxips2 - 08.09.2012, 18:03
Re: SQLite Reading and Writing Question: - by Ballu Miaa - 08.09.2012, 18:05
Re: SQLite Reading and Writing Question: - by Maxips2 - 08.09.2012, 18:06

Forum Jump:


Users browsing this thread: 1 Guest(s)