Thanks for the reply Roger and I have read the section you mentioned, very
informative. I'm not trying to compare the 2 products, but rather trying to
find out if my app will work with SQLite. I don't necessarily require a
server. My app can work as a web app or web service where clients hit this
service and my app will collect the necessary info and write to the DB. So
in reality, the web app will be doing all the writing and reading to SQLite.
I'm trying to avoid using a traditional database server if SQLite can handle
this. I wanted to check here first for guidance to see if SQLite can do
this.
Thanks,
Robel 

-----Original Message-----
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Roger Binns
Sent: Thursday, June 11, 2009 1:31 AM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] Advice on which to use (SQLite or SQL Server) for the
following app.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Robel Girma wrote:
> I'm trying to choose the most efficient db for this application and my
main
> criteria is response time. Will  SQLite do this more efficiently than SQL
> Server. I'm planning to allocate upto 1GB memory. 

SQLite doesn't operate as a server so there isn't a straight forward
comparison.  I suggest reading http://www.sqlite.org/whentouse.html
which gives good advice.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkowlowACgkQmOOfHg372QQ0NQCbBwYmOVAQOAvhRwM70+cpioZz
94MAoI62fP0VKlFN/9K2rjFp5Bv49oZ4
=okkY
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

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

Reply via email to