Date: Sun, 13 May 2007 13:45:42 +0400 From: Stanislav Sedov <stas@FreeBSD.org> To: Ivan Voras <ivoras@fer.hr> Cc: freebsd-hackers@freebsd.org Subject: Re: New FreeBSD package system (a.k.a. Daemon Package System (dps)) Message-ID: <20070513134542.7a1c7f71.stas@FreeBSD.org> In-Reply-To: <f24io5$469$1@sea.gmane.org> References: <200705102105.27271.blackdragon@highveldmail.co.za> <f20c8u$htp$1@sea.gmane.org> <20070512155059.92011d54.stas@FreeBSD.org> <f24io5$469$1@sea.gmane.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Signature=_Sun__13_May_2007_13_45_42_+0400_iOxMvA=9WYJQGcL= Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Sat, 12 May 2007 16:25:06 +0200 Ivan Voras <ivoras@fer.hr> mentioned: > It's not SQL I'm interested in, it's the "additional" features: > > - performance > - transaction safety ("commit all changes or none") > - constraints (like "unique" keys - sqlite unfortunately doesn't support > foreign keys) > - concurrent access (allowing to run multiple portupgrades at the same time) > - easy interface to C programs > > If a BDB variety or some other storage layer can achieve these things, > I'll likely support them. > > I know "Sleepycat" BDB implementations boast "transaction processing", > but can they offer this across multiple stores / databases at the same > time (i.e. like one transaction includes updates to multiple tables)? > Efficient (performance-wise) storage would probably need to use more > than one store, at least to index data by different keys. > I agree with everything, but, as was mentioned before, having such a complex product in base will involve a lot of pain. Furthermore, SQLite have a lot of features we don't need for our task. Probably, we should just sit, document features we need and implement required logic in e.g. bdb if not yet. -- Stanislav Sedov ST4096-RIPE --Signature=_Sun__13_May_2007_13_45_42_+0400_iOxMvA=9WYJQGcL= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGRt5GK/VZk+smlYERAjIeAJ9ORi1AYEopOMNZmAhZzXm5/0hTOQCfa4o0 8fWahpiNuK9I+cmGnLiysps= =8i69 -----END PGP SIGNATURE----- --Signature=_Sun__13_May_2007_13_45_42_+0400_iOxMvA=9WYJQGcL=--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070513134542.7a1c7f71.stas>