473,386 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Some Berkeley DB questions (being maintained? queries?)

Hi!

I have some questions. I'm evaluating berkeley db as a embeddable
storage engine for a project I'm working on.

My questions:

1. Now that Berkeley DB is part of Oracle, is it still being
maintained? Is it free?
2. Are there good python libraries for bdb available, that are being
maintained?
3. Is it possible to query a berkeley db database? Just simple
queries like: find me all items where key "name" = "John"
4. What are good, stable alternatives?
thanks,
herb
Jan 17 '08 #1
3 1710
He*******@googlemail.com wrote:
1. Now that Berkeley DB is part of Oracle, is it still being
maintained? Is it free?
Berkeley DB is owned by Oracle, but it is seperate from the Oracle RDBMS
product. Yes, it is free.
2. Are there good python libraries for bdb available, that
are being maintained?
I would like to know the answer to this question too--if you have used
the pybsddb/bsddb.db module, please share your experience.
3. Is it possible to query a berkeley db database? Just
simple queries like: find me all items where key "name" = "John"
That is basically the only kind of query that a Berkeley DB database can
do: key [<|=|>] value.
4. What are good, stable alternatives?
That depends soley on your requirements. Berkeley DB is actually one of
the most complicated persistence solutions. It is more complex than
SQLite, and WAY more complex than gdbm, for example. If you don't need
all its functionality, especially its multi-user capabilities, then I
recommend using something simpler. However, if you DO need its
multi-user cabailities or its advanced features like secondary indexes,
then it is better to use Berkeley DB than to re-invent it.

- Brian

Jan 17 '08 #2
>>>>"Brian" == Brian Smith <br***@briansmith.orgwrites:
BrianHe*******@googlemail.com wrote:
>2. Are there good python libraries for bdb available, that
are being maintained?
BrianI would like to know the answer to this question too--if you have
Brianused the pybsddb/bsddb.db module, please share your experience.

I used it a little in mid-2006. I ran into one issue that I resolved by
looking at the C source and fiddling with the Python interface. I sent mail
to the people mentioned in the bsddb README file. One (Barry Warsaw)
answered to say he hadn't looked at the code in a couple of years and was
probably not the person to contact.
>4. What are good, stable alternatives?
>From memory, the Chandler project also has an interface to BSD DB, but I
don't remember any details at all.

I'm also interested in any ongoing or planned work on the Python interface.

Terry
Jan 18 '08 #3
In article <ma************************************@python.org >,
Terry Jones <te***@jon.eswrote:
>
I'm also interested in any ongoing or planned work on the Python interface.
Someone recently volunteered to take over primary maintenance, but I
can't find the mailing list post.
--
Aahz (aa**@pythoncraft.com) <* http://www.pythoncraft.com/

"All problems in computer science can be solved by another level of
indirection." --Butler Lampson
Jan 18 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Dan Olsen | last post by:
I am trying to install and use Berkeley XML DB with Python. However, I keep getting errors. The weblog at Sleepy Cat said to build Python with the latest version of Berkeley DB. I can't get it to...
3
by: Ross | last post by:
Hi I have bought the book 'Zen of CSS Design' but need some basic tips or links to start me off. I only have basic knowledge where I have set up styles in dreamwever like this ..this_style
2
by: vulcaned | last post by:
I'm thinking I might want to move the back-end to one of my Access97 applications to SQLServer instead of continuing to use Access jet but before I start/do that I have several questions I'm hoping...
34
by: Karam Chand | last post by:
Hello I have been working with Access and MySQL for pretty long time. Very simple and able to perform their jobs. I dont need to start a flame anymore :) I have to work with PGSQL for my...
1
by: Ron | last post by:
Hi All, First question is what to do if somehow security was run on a database I've designed and yet I have NO idea how or when it was run? There is a "system1.mdw" file sitting there, and I...
5
by: SharpSmith | last post by:
hi all the question is more related to architecture and practices and I'll appreciate any opinion i work with asp net 1/2 few years and with any project we developing we meet performance issues...
0
by: Larry Linson | last post by:
"lyle fairfield" <lylefa1r@yah00.cawrote My Query Builder will produce Queries faster for me than your approach of writing SQL from scratch will produce Queries for me. Obviously, YMDV. When...
3
by: musicgold | last post by:
Hi, I am new in XML. But I have done coding in VBA, C, and HTML. I am using VBA to extract data from an xml file. I use Xpathbuilder to generate Xpath queries for my work. However, some Xpath...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.