Hi all,
I am working on an application that frequently uses multiple files for storing 
and retrieving data.Now the number of files to store data as reached around 150 
and it is becoming difficult to handle multiple files so i decided to move to a 
database system. When I heard of sqlite, I thought this can solve my purpose as 
no configuration is required. 
When I used sqlite to store data, I discovered that writing/reading data using 
sqlite is vary slow as compared to direct reading/writing file(in my case 10 
times slower).
I wonder if sqlite is really slow or i am missing something at my end.
Does sqlite does any caching of frequently used data or only relies on OS 
caching?
   

Thanks & Regards
Devesh Kumar Tewari
Mo.  09810774572


      
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to