* bbackde at googlemail.com <bbackde at googlemail.com> [2007-03-25 19:41:27]:
> I currently check if the berkeley db could be a replacement for McKoi > db which is used by Frost. I'm not too happy with McKoi. > > But I still don't get the concept of berkeley db. I need queries like: > give me the messages (aka. db keys) of all messages that are: > - new (isnew=true) > - valid (isvalid=true) > - not older than X days (msgdate >= oldestDate) > > berkeley seems to access all stored object by key only (?). Do I have > to implement the 'table scan' by myself? How can I learn about this, > where are more complex examples (transition from sql to berkeley db)? > BDB isn't a relational database. > If someone can help and assist me that would be such great :) You probably don't want to use BDB but a relational one. Have you ever considered using the same as thaw ? NextGen$ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20070325/b09e7833/attachment.pgp>