• You are not logged in. | Login

Post a reply

December 22, 2006 2:50 am

admin
Administrator
Administrator

Discuss article: "Introduction to SQlite"

Leave your comments here

Discussed article: "Introduction to SQlite"


 

 

April 11, 2007 6:41 am

Keeper
Member
Ranks

Re: Discuss article: "Introduction to SQlite"

To say briefly all this speed of SQLite is rather theoretical. It was extremely slow when I tried to use it. By insert into the 1st table SQLite locks the ENTIRE base. I think no other comments are needed??¦
P.S. START TRANSACTION locks as well (it simply locks; even doesn??™t let to read) the entire base


 

 

April 11, 2007 7:28 am

SRG
Member
Ranks

Re: Discuss article: "Introduction to SQlite"

Cool article!
I only cannot install php_sqlite.dll. Can it be used with ??????4.3.0/IIS5? I have following error

unknown(): Unable to load dynamic library 'c:/php/extensions/php_sqlite.dll' - The specified procedure could not be found.


 

 

April 11, 2007 7:38 am

bandlist12
Member
Ranks

Re: Discuss article: "Introduction to SQlite"

In fact SQLite is installed easily but I cannot say it is fast. But you are to make tests with the same MySQL, for instance. But it is not very convenient to work with, it??™s true. And there are no data base servers??™ advantages.


 

 

April 11, 2007 7:48 am

Re: Discuss article: "Introduction to SQlite"

MySQL is faster, anyway.
And easy usage of SQLite is more likely to be a myth than reality.


 

 

April 11, 2007 8:26 am

sam43inwood
Member
Ranks

Re: Discuss article: "Introduction to SQlite"

Gentlemen! Don??™t confuse yourselves! No one would dare to say that SQLite is able to compete properly with MySQL. And no one would say neither that MySQL can compete with Oracle. Each of them has its own field of application. Example with guest book is not given in vain. You must agree that lots of sites don??™t need DBMS in its direct meaning in fact but they have to save some data and have ability for data search and their periodical refreshing. For these purposes SQLite exists which is meant to make easier lives of those people who have no bent to global, volumetric and cool??¦

This wonderful solution is sure to find its grateful users. And many of its opponents are going to change their point of view having faced more primitive tasks.


 

 

April 11, 2007 8:48 am

mdwb
Member
Ranks

Re: Discuss article: "Introduction to SQlite"

Why are you crying it??™s slow? You are not to forget that there are not any transactions at all in MyISAM-tables. It??™s far more interesting to find real applications. For various lists like news (there are 90 per cent of them on any site) it??™s quite the proper thing. And it doesn??™t suit for visiting statistics logging. Actually, as the author has mentioned correctly, Lite is for those who have ???many selects but few inserts???. For example, for me hh


Don't be afraid of life, it is yours!

 

 

April 12, 2007 12:23 am

reetesh
Member
Ranks

Re: Discuss article: "Introduction to SQlite"

The article is interesting but there is nothing about paginal spacing in SQLite


 

 

April 12, 2007 2:06 am

Mr.SMart
Member
Ranks

Re: Discuss article: "Introduction to SQlite"

I haven??™t used it in PHP yet. But by writing a soft on C++ I had a lot of trouble with absence of table fields??™ modifying mechanism in it. Perhaps this situation can be helped but I haven??™t discovered any releases supporting this on the official site by the time. In the rest of respects everything is super if you use it from the side of C++.


 

 
  • Actions
  • Top