Disk Based HashTables 4.5.0 review

Download
by rbytes.net on

Disk Based HashTables is a method to create multidimensional binary trees on disk. What's a disk based hashtable? A DBH is a conve

License: QPL (QT Public License)
File size: 0K
Developer: Edscott Wilson Garc?a
0 stars award from rbytes.net

Disk Based HashTables is a method to create multidimensional binary trees on disk.

What's a disk based hashtable? A DBH is a convenient way to associate keys composed by characters to data records. Any kind of digital information can go into the data record, such as text, graphic information, database structures, you name it. The idea behind using a DBH is to get rid of what is known as an index file in the database world. In the DBH world, the index is built into the file format.

What's wrong with using GhashTables? Nothing, absolutely. But GhashTables (from the GNU glib library) works fine for hashtables that reside in memory, not disk. There is a size limitation in this respect to GhashTables. But the combination of GhashTables and DBhashTables is a powerfull thing indeed.

Why should I use DBH? If you need to have large quantities of information available online, and with obsolete equipment you require better performance than that available with expensive proprietary databases, then DBH is for you.

When should I not use DBH? If you wish to use a large database problem as a means to justify the purchase of expensive state of the art hardware and proprietary software, stay clear of DBH. Don't even mention it.

What's New in This Release:
The version number has been modified to follow the xffm scheme, since the package is now also distributed as part of xffm (xffm.sf.net).
The dependency on xfce-dev-tools has been removed, and the make process cleaned up.

Disk Based HashTables 4.5.0 search tags