From sqlite-users Sat Mar 07 19:00:26 2009 From: Chris Wedgwood Date: Sat, 07 Mar 2009 19:00:26 +0000 To: sqlite-users Subject: Re: [sqlite] SQLite Transaction Rate and speed... Message-Id: <20090307190026.GA985949 () puku ! stupidest ! org> X-MARC-Message: https://marc.info/?l=sqlite-users&m=123662144921189 On Fri, Mar 06, 2009 at 12:27:32PM -0800, Nuzzi wrote: > I have a project where I have to be determining if a row exists, if > so get the data, change it, and then write it back, if not, then > just writing the data. I have to be able to do millions of these > per minute. Is that pretty much impossible with SQLite or any other > DB? Do you really need an SQL database for this? I can think of various ways of doing this that aren't that complex and don't require an SQL database. Also, do you need on disk persistence? _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users