savannah-hackers
[Top][All Lists]
Advanced

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

[Savannah-hackers] submission of AVLDB - AVL DataBase library - savanna


From: silhavy
Subject: [Savannah-hackers] submission of AVLDB - AVL DataBase library - savannah.nongnu.org
Date: Mon, 07 Jul 2003 07:25:32 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021203

A package was submitted to savannah.nongnu.org
This mail was sent to address@hidden, address@hidden


Petr Silhavy <address@hidden> described the package as follows:
License: gpl
Other License: 
Package: AVLDB - AVL DataBase library
System name: avldb
Type: non-GNU

Description:
http://chaos.fobie.cz/src/avldb-0.2.38.tar.gz


AVLDB is a multiuser database library, written in C. Only one
indexing method is threaded AVL (Adelson-Velskij-Landis) tree
(functions for manipulation of binary trees was borrowed Ben Pfaff's
libavl 2.0).

   Key features are multiple files (tables), indexes etc., the support
of concurrent access to the data , transactions undo/redo,
"Binary large objects", and multi-volume database.  This library has been 
designed for read speed and nearby no artificial limits, so that the only way 
to access database is mmap.

There is no differece between data and index in this library, data is index. 
Main disadvadtage of this philosophy is : each secondary index is yet another 
copy (with different order) of the whole table.

Other Software Required:


Other Comments:



_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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