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     
Hi all, I have the following problem, when executing a program in java, says to me: Lock table is out of available locker entries Hay un error al...
Alejandro R.A.
01-19-2004 10:59 PM
Keith Bostic Go to last post
3 149
My dear chaps, I have stored several data items in my database (DB_HASH, with the DB_DUP flag set) under the same key. Which is the best way to...
Nigel Farquhar-Bennett
01-16-2004 06:19 AM
Hans-Bernhard Broeker Go to last post
1 101
sir/madam, I am new to gdbm. I wondered why in gdbm function datum gdbm_nextkey(GDBM_FILE db,datum key); why datum key is used in the above...
Manohar S
01-15-2004 02:12 PM
P Gentry Go to last post
1 111
Hello, Is there anyway to access Berkeley DB engine within .NET or throught some kind of COM component? Thnx.
01-11-2004 05:15 AM
Go to last post
2 127
In version 4.2.52, if I use DB_RECOVER in opening a DBENV like this: if ((ret = dbenv->open(dbenv, "/tmp", DB_CREATE | DB_INIT_MPOOL | DB_RECOVER,...
Giuseppe Attardi
01-10-2004 08:15 PM
Keith Bostic Go to last post
2 106
The DBENV structure appears to have a linked list of all databases that are opened under the environment. My application currently has a seperate...
Gerard Nicol
01-10-2004 07:50 PM
Keith Bostic Go to last post
1 103
When I implement a DBENV->feedback function, the function is called 7 or 8 times with the same percentage value during recovery operations. This is...
Gerard Nicol
01-10-2004 05:51 PM
Gerard Nicol Go to last post
0 102
My application creates a Database Environment (Private) then opens a number of database files (mainly BTree). Most of the time everything works...
Gerard Nicol
01-08-2004 06:33 PM
Gerard Nicol Go to last post
6 110
I am trying to understand how to apply http://www.sleepycat.com/docs/ref/transapp/reclimit.html to a Linux x86 system. My file system has the...
Bernard Normier
01-08-2004 12:15 PM
Bernard Normier Go to last post
0 100
I read that DbEnv can be used to do automatic lock detection. I am currently doing the following code: pEnv->set_lk_detect(DB_LOCK_DEFAULT); But it...
AK
01-07-2004 06:44 PM
Michael Ubell Go to last post
1 97
I am changing my application to use a transaction protection. The application uses large numbers of files, and opens and closes them during startup....
Gerard Nicol
01-07-2004 03:27 PM
Gerard Nicol Go to last post
0 109
I'm trying to store multiple DB_HASH databases in a single file. I can sucessfully store and retrive data as long as I only use one database. When...
Brian Wotring
01-04-2004 02:16 PM
Keith Bostic Go to last post
1 112
I have two relatively large B-tree DBs (15 GB, 5 million records, 15 levels) I am using BDB 4.2 I have the following constraints: -enumerate a...
Xml
01-01-2004 11:53 PM
Xml Go to last post
0 95
How do you implement a partial key serach with Berkeley DB? Example, I want to do wild card search for a student name with a search string such as...
P. Mushubi
12-31-2003 05:53 PM
P. Mushubi Go to last post
2 156
Hello, i have an application which uses ~80 BTREE files via perl DB_File interface. All of them are queried sequentially on a 3,5 GB RAM Linux...
Antonio Gulli
12-30-2003 02:14 PM
Antonio Gulli Go to last post
2 189
Hello, Is any API described to use Berkeley DB within VB/VB.NET like languages? Cheers, <arachno/>
12-21-2003 01:23 PM
Go to last post
0 177
I would like to implement the "hot" backup described in the docs for a txn-protected environment. The documentation does not describe how and...
Sarge
12-20-2003 02:17 AM
Philip Guenther Go to last post
4 159
Here is my application and requirements: 1.A students database ( cosists of student id as key; a student name and comma separated list of subjects...
P. Mushubi
12-18-2003 10:28 PM
Chris Newcombe Go to last post
2 126
Hi. Sorry if this is a stupid question well explained in the documentation, but I couldn't find a discussion simple enough for me :(. I want the...
Aaron Watters
12-18-2003 09:29 PM
Chris Newcombe Go to last post
1 123
In our application we noticed that the DB->cursor call returned a value of -4261360. This is not listed in Berkeley DB manual or in source...
Vijay
12-18-2003 01:17 PM
Vijay Go to last post
2 113
Hi I am trying to learn XML and thought it would be nice if I can use a product to persist XML serialised objects into Berkeley DB XML release (win32...
David L
12-16-2003 08:01 PM
David L Go to last post
0 110
dfsadfsadfddddddddddddddddddddd
Ingrid
12-15-2003 04:12 PM
Ingrid Go to last post
0 166
Hi, I have the following problem, when I try to recover some archivied files I have an exception in a library. I´m development in java , using the...
Ingrid
12-15-2003 01:31 PM
Ingrid Go to last post
0 99
Hi, I have the following problem, when I try to recover some archivied files I have an exception in a library. I´m development in java , using the...
Ingrid
12-15-2003 01:28 PM
Ingrid Go to last post
0 109
Hi, my first step in berkeley db are quiet rude... I have a Key/data berkeley db, containing word and word_id (e.g. foo => 1234). Each word is...
yannouch
12-11-2003 12:14 PM
Patrick Schaaf Go to last post
2 141
Hello. We have multi-threaded master process. Each thread writes to replication environment (environment and databases within it are opened with...
Alex Karev
12-09-2003 10:19 AM
Chris Newcombe Go to last post
1 113
Hi, I have an application that has an HASH db where I make a lot of data update for each record. Performance seems to be pretty good, but all the...
Giambattista Bloisi
12-08-2003 09:16 PM
Keith Bostic Go to last post
3 137
have somes persons use replication with sleepycat dB ? is the same functionnality that mySQL to replicate with master and slave ? do you have...
masterzark
12-05-2003 07:32 PM
Chris Newcombe Go to last post
1 117
Berkeley DB 4.2.52 release announcement --------------------------------------- Release 4.2.52 is a patch and re-release of 4.2.50 which...
David Segleau
12-04-2003 02:37 PM
David Segleau Go to last post
0 118
I have been trying to use the perl BerkeleyDB module to access a Berkeley database. I have been having problems where everytime I run my script it...
Thanatos Cramer
12-04-2003 07:41 AM
Paul Marquess Go to last post
2 109
Someone knows DBMS/COPY? Because it's own manual is not clear: there is a book to learn to use it? Thanks Diego :o)
Diego_one
12-04-2003 03:49 AM
Diego_one Go to last post
0 121
Does anyone know the difference between how cache is released on RedHat vs. Windows? I ported a Windows Berkeley program to RedHat and it appears...
Derick Smith
12-03-2003 11:44 AM
Patrick Schaaf Go to last post
1 128
Hi, I have a B-Tree database which has the following three columns: + Integer field + Object name field + Data field The integer field servers as...
Keppa
12-03-2003 08:00 AM
Hans-Bernhard Broeker Go to last post
1 121
Hi, We've got a program which creates a DbEnv and calls dbenv.open(db_home_dir, DB_PRIVATE | DB_CREATE | DB_INIT_MPOOL, 0) and then creates some...
Tamas Sarlos
12-02-2003 07:52 AM
Keith Bostic Go to last post
1 114
Hi I am writing an application which continuously creates tables of 5 million records. The time to load one such table is about 18 minutes. If I...
Chad
12-02-2003 04:52 AM
Chad Go to last post
4 125
Hi, Would one get any benefits from running Berkeley DB on a "raw" (without file system) disk partition by specifying someting like "/dev/hda3" (or...
Dimitry Golubovsky
12-01-2003 10:11 PM
Keith Bostic Go to last post
1 104
It would be usefull if the BTree compare function allowed the application developer to supply a 32 bit value to the setBtCompare method. This value...
Chad
12-01-2003 08:58 PM
Michael Hollins Go to last post
9 134
Hello. Is it any way to set upper limit (in bytes) for data send by transport infrastructure (maximum number of bytes callback function, set...
ikarus
12-01-2003 11:01 AM
Chris Newcombe Go to last post
1 109
Hi, I am developing an application with BerkeleyDB. It is expected to be built on top of a database where for each object, history of its changes is...
Dimitry Golubovsky
11-27-2003 11:20 PM
Dimitry Golubovsky Go to last post
1 136
I have successfully compiled my program on Windows. I am having problems porting the program to Lynix (RedHat 9.0). I am able to compile the program,...
Derick Smith
11-27-2003 10:08 AM
Derick Smith Go to last post
0 105
I have sufficient information in the keys of a database to selectively read records from the database. Is there an efficiency gain to be had by...
Andrew Bell
11-26-2003 10:32 AM
Sarge Go to last post
7 144
Berkeley DB 4.2.50 release announcement --------------------------------------- You are receiving this email because your email address is on our...
David Segleau
11-25-2003 01:01 PM
David Segleau Go to last post
0 109
I have an application which needs to query across 200 different Dbs. It runs of of virtual memory. I'm using Java which I think is significant. I...
Chad
11-25-2003 05:27 AM
Chad Go to last post
0 111
Hi all, I am getting DB_SECONDARY_BAD when trying to read the database using secondary index. How can I make my sec index database valid...
Goran Pusic
11-18-2003 11:34 AM
Sarge Go to last post
1 142
Hi, I have recently taken over development of an app which uses Berkley DB for the underlying data storage (recno style, C++ API). The DB is...
Erik Arner
11-18-2003 05:48 AM
Erik Arner Go to last post
7 149
Hi, we are using berkeley db as a user storage. Multiple threads are writing and reading from the database which is not using a environment. The...
CainMosni
11-17-2003 08:44 PM
Keith Bostic Go to last post
1 142
Hi, i have database(DB is Transactional Data Store without transactions) and program, which open this DB and read some data from this DB and now this...
Igor Bujna
11-17-2003 08:16 PM
Keith Bostic Go to last post
1 157
Any plans at sleepycat to ever allow bulk reads on databases that have been made into secondary indices? My DB_NEXT loops are leaving the cursor...
Sarge
11-17-2003 08:12 PM
Keith Bostic Go to last post
5 132
I'm building an application using Python 2.3's bsddb wrapper module around BerkeleyDB 4.1.25 on RH9. My application does a number of reads and...
Barry Warsaw
11-17-2003 05:54 PM
Michael Ubell Go to last post
1 107
Can anyone offer any suggestions: I am compiling a program with the libdb41sd.lib (debug) libdb41s.lib (release) libraries. I have made a few...
Derick Smith
11-13-2003 09:53 AM
Derick Smith Go to last post
1 141
Post New Thread

Display Options
Showing threads 1601 to 1650 of 1710
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 - 2013, Jelsoft Enterprises Ltd.