What's the difference?

From: Mike <Mike_at_mikee.ath.cx>
Date: Wed, 21 May 2003 14:45:55 -0000
Message-ID: <vcn493ql4sc1eb_at_corp.supernews.com>



If you have the requirement to store data and to retrieve that data a complete row at a time and there is no requirement for searching specific portions of that row's data (name, phone, address, etc) and ignoring ACID properties, transactional proerties, etc (i.e. just focusing on storing and retrieving the data by some database unique identifier).....

All that said then is there a difference between storing the rows in a dbm file or in a relational database? There is a lot that a RDBMS provides that dbm (ndbm, sdbm, gdbm, et. al.) will not provide, but with respect to simply storing and retrieving the data... is there any difference?

Mike Received on Wed May 21 2003 - 16:45:55 CEST

Original text of this message