gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [GNUnet-developers] On the database issue


From: Igor Wronsky
Subject: RE: [GNUnet-developers] On the database issue
Date: Tue, 25 Mar 2003 21:58:57 +0200 (EET)

On Tue, 25 Mar 2003, Jan Marco Alkema wrote:

> If I look to SQLite (
> http://theoryx5.uwinnipeg.ca/CPAN/data/DBD-SQLite/README.html ) I see that
> SQLite might not be good for multiple user systems and the database also
> appears to be significantly faster if your transactions are coarse.

Luckily GNUnet doesn't need either transactions or multiple users
to access the DB. If someone would like to do SQLite plugin (or
whatever you want to call it), just send it in. ;) It shouldn't be a
very major modification to existing high_mysql.c, as the existing
code relies mostly on SQL and less on MySQL specific features. I'd
predict that it'd be mostly about changing function calls to whatever
SQLite offers. Same would go for postgresql or almost any SQL based
dbmgr.


Igor




reply via email to

[Prev in Thread] Current Thread [Next in Thread]