[postgis-devel] Common Code

Bryce L Nordgren bnordgren at gmail.com
Tue Aug 9 12:32:08 PDT 2011


On Tue, Aug 9, 2011 at 6:16 PM, aperi2007 <aperi2007 at gmail.com> wrote:

>
> >What about using BerkeleyDB in a RAM only configuration as a key/value
> >store? It's mature, stable, and multiplatform.
>
> Should be sqlite a valid alternative to BerkeleyDB ?
> It also allow a memory-only DB.
>
>
I would not actually go so far as to use BDB's SQL interface, just the
key/value store. Anything which implements a "Dictionary" (python), or "Map"
(Java/C++) should be a contender.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20110809/e645e61c/attachment.html>


More information about the postgis-devel mailing list