in reply to Re: Re: How to best handle memory intensive operations
in thread How to best handle memory intensive operations

BerkeleyDB is a DBMS but not a relational one in the usual sense (unless you count the ability to do joins). Most people today think of RDBMS's as things that provide things like an SQL interface, multiple table columns, etc.; although you could build these on top of BerkeleyDB (as MySQL does), it doesn't have them by itself.
  • Comment on Re: Re: Re: How to best handle memory intensive operations