dbTalk Databases Forums  

Sponsored Links


comp.databases.berkeley-db comp.databases.berkeley-db


Discuss in the comp.databases.berkeley-db forum.



Post New Thread
Threads in Forum : comp.databases.berkeley-db Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Hey Everyone, or Stylus Studio 2006 XML Professional Edition at the Stylus Studio online shop at: http://www.stylusstudio.comi/buy/ Stylus Studio...
Stylus Studio
12-07-2005 11:50 AM
Stylus Studio Go to last post
0 95
Hey Everyone, or Stylus Studio 2006 XML Professional Edition at the Stylus Studio online shop at: http://www.stylusstudio.comi/buy/ Stylus Studio...
Stylus Studio
12-07-2005 11:47 AM
Stylus Studio Go to last post
0 87
Hi, I'm using JE 2.0.83. My application opens BDB environments in Read-Only mode. It spawns threads to handle requests. Each thread opens...
heng.mei@gmail.com
12-06-2005 01:10 PM
Linda Lee Go to last post
3 112
Chandler PIM uses Berkeley DB internally. I recently noticed that db recovery was very slow on my Dell Inspiron 8500 laptop running Windows XP....
Heikki Toivonen
12-06-2005 08:03 AM
Michael Cahill Go to last post
1 121
Can anyone clarify if DBXML will work with Apache-2 and PHP-4?
wpfeffer1@yahoo.com
12-05-2005 10:20 AM
wpfeffer1@yahoo.com Go to last post
1 114
Has anyone ever gotten directio support for >= Berkeley DB 4.3 to work with >= Linux 2.6 kernel? And if not can a Sleepycat engineer please explain...
studdugie@gmail.com
12-04-2005 04:47 PM
studdugie@gmail.com Go to last post
0 113
Hi, I am a beginner in BDB. I wonder if there is a scheme to "Direct Access" to the record stored in BDB? I mean something like a pointer to the...
gibeon
12-01-2005 12:03 PM
xthorillon Go to last post
2 109
Hi, I have multiple databases in a single file. In one transaction, I am updating some of those databases and in another I am opening a different...
mab
11-30-2005 08:32 AM
mab Go to last post
3 126
Hi, my name's Luca and I work for an italian software house. Our main application works in UNIX-like systems (Linux, AIX, Sun, etc.) and is based...
Luca.Faustin@ibttn.it
11-29-2005 06:52 AM
Luca.Faustin@ibttn.it Go to last post
0 147
Hello, I'm writing a application that sets up a Environment with a primary and several secondary databases. Most of the secondary databasse are set...
Frode Nordahl
11-28-2005 04:38 PM
Frode Nordahl Go to last post
2 112
We open a bdb environment in read-only mode and call preload(0,0) on the databases in it. On one of our nodes, we consistently see the following...
heng.mei@gmail.com
11-28-2005 03:54 PM
mark@sleepycat.com Go to last post
1 116
I have played with the cryptography of BDB, only found that when being given a wrong password, the DB->open method just returns -1, which means:...
MorningStar
11-28-2005 02:52 PM
Susan LoVerso Go to last post
2 107
Hello, I have some XML data that looks like this: <SAMPLE> <TEST> <NAME>T1</NAME> <DATA>data1</DATA> <ALLOW>A</ALLOW> <ALLOW>B</ALLOW>
Bob
11-28-2005 02:30 PM
Bob Go to last post
2 127
* Hubert Schmid: Ah, this explains it. Hmm. This means that it's not possible to perform the upgrade only using the Berkeley DB tools. Not...
Florian Weimer
11-26-2005 05:54 PM
Florian Weimer Go to last post
2 116
Hello everybody, 1) FOREWORD: I am newbie to Berkeley XML DB;i have just successfully install it (*) under Windows XPPro and i was able to create a...
JC
11-25-2005 01:59 PM
JC Go to last post
2 168
What causes the crashes? The best way to avoid issues with running recovery is to not have to run it in the first place... That's right -- after a...
Michael Cahill
11-23-2005 07:47 AM
Michael Cahill Go to last post
0 145
Hello, I have been working with Berkeley DB XML for about a week and was able to produce a working application! (See the P.S., below.) My simple...
Bob
11-22-2005 04:24 PM
ron.cohen@gmail.com Go to last post
1 130
Hello, I'm use an Openldap 2.3.11 withe SuSE (Novell) Linux ES 9.1. The backend is a the Berkley Database (Sleepycat) 4.3. The LDBM have'nt enough...
Fraenker
11-22-2005 02:17 PM
Quanah Gibson-Mount Go to last post
6 170
Hi All We are using the Java API for BDB. The problem we are trying to solve is graceful shutdown of the app. Is there a way to detect all...
Phantom
11-22-2005 01:55 PM
Gregory Burd Go to last post
2 106
Hi, We are using the following: Red Hat 2.4.9-e.24smp OpenLDAP 2.1.29 Berkeley DB 4.1.24 Now and then openLDAP seems to hang while using 100% of...
koert.gielen@bt.com
11-22-2005 05:34 AM
koert.gielen@bt.com Go to last post
2 148
But I'm astounded at the performance difference I achieved just by utilizing DB->set_cachesize(). I was attempting to construct a test database w/...
clayne@anodized.com
11-21-2005 08:29 AM
clayne@anodized.com Go to last post
0 117
Hello, I am writting here because I would like to know why my code cause an "segmentation fault" with berkeley db library. Creating handle works...
intmail01@gmail.com
11-21-2005 08:12 AM
Michael Cahill Go to last post
1 98
Aside from "9. Online abandoned lock removal" in your release announcement for 4.4.16, I can't find any documentation describing how abandoned lock...
Ludwig Pummer
11-20-2005 09:16 PM
Ron Go to last post
1 92
Hi, I have been going through the Berkeley DB document on c++ API. I wish to know how I can implement XQuery functions like the following in...
Balaji
11-20-2005 08:42 PM
George Feinberg Go to last post
1 107
I'm getting the following errors compiling the php_db4 wrapper in dbxml 2.2.8: `pwd` = /root/dbxml-2.2.8/db-4.3.29/php_db4 `make` /bin/sh...
Joseph Moore
11-20-2005 12:45 PM
Joseph Moore Go to last post
0 151
Is There a way to find out, at run time, the cache usage of a certain db? I'm setting a certain cache size and I'd like to know when the application...
foobaraudio@yahoo.com
11-20-2005 09:36 AM
foobaraudio@yahoo.com Go to last post
3 100
* Kiran Kumar M. R.: Try to specify DB_REGISTER when opening the environment. See: <http://www.sleepycat.com/docs/ref/transapp/app.html>
Florian Weimer
11-19-2005 09:12 AM
Florian Weimer Go to last post
0 109
Hi experts, I'm using BDB-JE, and I want to preload the databases into memory when my applicationloads up... However, I can't seem to...
heng.mei@gmail.com
11-19-2005 03:46 AM
heng.mei@gmail.com Go to last post
2 102
Sleepycat Software is pleased to announce: Berkeley DB 4.4.16 http://www.sleepycat.com/products/bdb.html The Berkeley DB 4.4 release introduces a...
Gregory Burd
11-18-2005 05:35 PM
Gregory Burd Go to last post
0 111
Hi I've written an application that stores lot of events in bdb Among others, each event has a modification time and I'm using a secondary db based...
foobaraudio@yahoo.com
11-17-2005 07:18 AM
foobaraudio@yahoo.com Go to last post
3 108
Hi, I am at a loss how to put a ready whole XML document (created by Stylus Studio) into a container. Sleepycat says "If you are using an...
Sam Sun
11-17-2005 02:09 AM
Sam Sun Go to last post
2 94
I am using the Berkeley DB JE to simulate an inverted index. When my program inserts data into Berkeley DB beyond a certain point (10000 tuples or...
earlywater
11-15-2005 12:21 PM
mark@sleepycat.com Go to last post
1 96
Hi, I have one problem with log file removal in DBXml. In file system I have around 4 GB of Xml data and I am trying to load it into the data base...
sandesh
11-15-2005 10:47 AM
Ron Go to last post
1 116
Stylus Studio 2006 XML Deployment Adapters, high-performance Java components that provide bi-directional, programmatic access to virtually any data...
Stylus Studio
11-15-2005 10:31 AM
Stylus Studio Go to last post
0 86
Hi, the mentioned error in the subject line occurs when we stress our Berkeley based system with automatically running massive tests for a few hours....
Uwe Sander
11-14-2005 10:25 PM
Uwe Sander Go to last post
2 197
I am currently creating a C# 2.0 wrapper for the basic BDB structures (Environment, Cursors, Transactions, Sequences). This seems to work fine so...
Karl Waclawek
11-14-2005 04:08 PM
Karl Waclawek Go to last post
0 109
Stylus Studio has released Stylus Studio 2006 XML Enterprise Edition. You can download a free trial today...
Stylus Studio
11-14-2005 03:40 PM
Stylus Studio Go to last post
0 87
Hi, I have a table with sorted duplicates. I would like to be able to overwrite an existing record without having to first delete it and then add it...
Borislav
11-14-2005 10:37 AM
Borislav Go to last post
2 132
Hello. I'm new to Berkley API and I'm trying to work with the Java API of both standard and JE edition. I've seen that in most cases the API...
costin
11-12-2005 06:15 AM
costin Go to last post
3 134
Is mod_db4 still necessary to use berkeley db with apache2? If not does apache need to be running as a single process? I'd appreciate any...
hetano@gmail.com
11-11-2005 12:05 PM
hetano@gmail.com Go to last post
0 222
Is it possible to create and load records into a database then create a secondary database(s)? How would you recommend populating the secondary...
niagara_man@hotmail.com
11-10-2005 07:02 PM
Michael Cahill Go to last post
4 121
Hey, I'm planning on using execution plans generated by our DBMS as designs for BDB queries. Does BDB provide any sort of disk-based...
Mitch
11-10-2005 02:12 PM
bostic@sleepycat.com Go to last post
1 128
Hi there, first of all, i'm not a bdb nor java expert, just want to try these things together. I use bdb 4.3.29, with j2se 1.4.2 (blackdown...
ruczati@balna.hu
11-10-2005 01:37 PM
ruczati@balna.hu Go to last post
0 118
Hey, I am considering BerkeleyDB as an alternative to a traditional relational data warehouse solution (i.e. star schema). Am I being...
Mitch
11-10-2005 11:42 AM
Mitch Go to last post
2 126
Hello, I posted this to comp.lang.tcl yesterday but haven't found a solution yet, so I'm trying here aswell. I've installed Berkeley DB on Windows...
Frem
11-09-2005 02:12 PM
Frem Go to last post
0 111
A new XQuery tutorial covering the XQuery FLWOR (For, Let, Where, Order By and Return) Expression has been published, covering the following...
Stylus Studio
11-09-2005 01:44 PM
Stylus Studio Go to last post
0 94
i wrote the follow codes in the main function with c++: int main(int argc,char *argv) { DbEnv *dbenv; dbenv = new DbEnv(0); delete dbenv; return...
demon_32@163.com
11-09-2005 09:21 AM
demon_32@163.com Go to last post
0 109
Hi, Looks like one can't use sequences in DBs that have a secondary DB. This may or may not be reasonable, but it would be a good idea to mention it...
Borislav
11-08-2005 07:20 PM
Borislav Go to last post
2 99
I'm running BerkeleyDB 4.3.28 and I just noticed (today) that there is a 4.3.29 release of BerkeleyDB. I have two questions. 1) When was 4.3.29...
studdugie@gmail.com
11-08-2005 09:37 AM
Ron Go to last post
1 103
hello everyone, can i read and write to the same table in the same transaction? when i try to do it berkeley db is getting stuck. (when i'm...
moshe
11-07-2005 12:06 PM
moshe Go to last post
0 112
Post New Thread

Display Options
Showing threads 601 to 650 of 1706
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.