maxsql

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



Subject: MaxSQL: Combining Berkeley DB and MySQL
From: Andy Duncan <andy_j_duncan@yahoo.com>
Date: Mon, 14 Aug 2000 02:56:25 -0700 (PDT)

Hi Everyone,

Didn't see this on the listings, so I thought I better put it up.  Sean Hull
sent me this URL on a plan to combine Berkeley DB with MySQL.  You might want
to check it out.

http://www.mysql.com/news/article-28.html

===

Subject: Re: MaxSQL: Combining Berkeley DB and MySQL
From: Orlando Andico <orly@mozcom.com>
Date: Mon, 14 Aug 2000 18:07:31 +0800 (PHT)

On Mon, 14 Aug 2000, Andy Duncan wrote:
..
> 
> Hi Everyone,
> 
> Didn't see this on the listings, so I thought I better put it up.  
> Sean Hull sent me this URL on a plan to combine Berkeley DB with
> MySQL.  You might want to check it out.

AFAIK its already in 3.23.2x versions (the GPLed ones). just CREATE TABLE
AS BDB and you will be able to do transactions. This functionality is
implemented last I checked (about ~2months ago).

===

Subject: Re: MaxSQL: Combining Berkeley DB and MySQL
From: Matt Sergeant <matt@sergeant.org>
Date: Mon, 14 Aug 2000 11:15:06 +0100 (BST)

On Mon, 14 Aug 2000, Orlando Andico wrote:

> 
> On Mon, 14 Aug 2000, Andy Duncan wrote:
> ..
> > 
> > Hi Everyone,
> > 
> > Didn't see this on the listings, so I thought I better put it up.  
> > Sean Hull sent me this URL on a plan to combine Berkeley DB with
> > MySQL.  You might want to check it out.
> 
> AFAIK its already in 3.23.2x versions (the GPLed ones). just CREATE TABLE
> AS BDB and you will be able to do transactions. This functionality is
> implemented last I checked (about ~2months ago).

I assume there are some limitations to this though, like the table has to
have a primary key (since BerkelyDB is still basically a keyed database)?

===


the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu