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! Does anyone know if it is possible to create a Berkeley environment on HP-UX? I am able to execute this code in windows. I know there is an...
Derick Smith
02-16-2004 03:25 PM
Derick Smith Go to last post
2 136
In my application, I need to have a dictionary (memory object lookup by name string), and the application is not threaded. I have two choices: the...
Dimitry Golubovsky
02-15-2004 09:17 AM
Keith Bostic Go to last post
3 102
Hello. I want to make a high performance message passing server that does not lose data. I am using the full transaction option. When I have 1...
Bryan Suk
02-13-2004 01:45 PM
Chris Newcombe Go to last post
3 127
Hi, I am using java API of DB 4.2.52 for storing java objects in database. I am getting a link error saying "no db_java-4.2 in java.library.path"....
Amarnadh Sai
02-13-2004 09:06 AM
Mark Hayes Go to last post
1 203
Hi, Is there any way to locate records based on a wildcard specification? For example, locate all names starting with "Jack" - i.,e. corresponding...
san
02-13-2004 08:11 AM
Keith Bostic Go to last post
2 147
Hi! I learnt that is possible to create and keep a in-memory DB file just putting "null" as filename and its lifetime is until closing. If I...
Roberto Kodama
02-12-2004 07:24 PM
Keith Bostic Go to last post
1 127
Hi, Any thoughts on this? MySQL uses berkeley db as its underlying storage manager. When used in an embedded mode (i.e., use libmysqld instead of as...
san
02-12-2004 08:33 AM
Kevin Mihelich Go to last post
8 187
My dear chaps, In an Apache (2) Module I am writing, I am making use of Berkeley DB to store statistical data a request handler. Since Apache 2, in...
Nigel Farquhar-Bennett
02-12-2004 08:07 AM
Patrick Schaaf Go to last post
4 107
Hi, I am having trouble recovering the slapd database after an abrupt system crash (system power loss). Running db_recover in catastrophic mode...
ms usc
02-11-2004 05:59 PM
Michael Ubell Go to last post
1 196
Hello I use BDBXML with jdk 1.4.2. I just startedt working with this combination. I created a container and put some documents inside. At running...
Susanne Klemm
02-11-2004 04:42 PM
John Merrells Go to last post
1 96
hi, i'm trying to run a simple piece of C++ code to create a DB. here's the...
Xiaolei Li
02-11-2004 04:34 PM
Keith Bostic Go to last post
2 125
How do I build Berkeley DB with large file support (>2GB)? The default build apparently doesn't: I get a "file size limit exceeded error" and a...
jtd
02-11-2004 04:27 PM
Keith Bostic Go to last post
1 96
I'm trying to run the test package on the bdb 4.2.52, and i keep runnin into this mmap resource not available problems.. i tried looking for...
Mark
02-11-2004 04:21 PM
Keith Bostic Go to last post
1 101
Hi I'm configuring BDB 4.2.52 for openldap. How can I show the all values of BDB (set_cachesize,set_lg_regionmax,set_lg_max,.....) that I could...
mau
02-11-2004 04:10 PM
Keith Bostic Go to last post
1 98
I am using the Berkeley database in a communication application. When I start up, I create/open the environment and the databases that I am using. ...
Stephen Rasku
02-11-2004 03:56 PM
Keith Bostic Go to last post
1 116
Hello, I'm interested in what filesystems people are running Sleepycat DBs on under Linux, and why. I realize that performance can depend on...
Mark Fletcher
02-11-2004 03:48 PM
Keith Bostic Go to last post
4 105
I have tried to configure BDB using --enable-dump185 on both 4.0.14 and 4.2.52. Both fail with this sort of error during compilation: /usr/bin/sh...
Skip Montanaro
02-11-2004 03:41 PM
Keith Bostic Go to last post
4 116
I was wanting to use the DB_CHKSUM flag to help me warn of possible corruptions. I understand that the checksum comparison kicks in when a page is...
Vijay
02-11-2004 03:36 PM
Keith Bostic Go to last post
1 133
Hi all Well, it's 3:15 AM around here and I have gone through the BDB documentation. Meanwhile, I am still with some doubts. I need to use a...
Joćo Paredes
02-11-2004 03:33 PM
Keith Bostic Go to last post
3 137
Hi, How does one specify composite keys in Berkeley DB. Say I have data with the following format Supplier( Name, Address, City, Part ). I want to...
san
02-11-2004 03:21 PM
Keith Bostic Go to last post
3 108
I have an environment with the following flags: DB_CREATE, DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_MPOOL, DB_INIT_TXN, DB_PRIVATE, DB_RECOVER, DB_THREAD. ...
Kevin Mihelich
02-11-2004 03:15 PM
Keith Bostic Go to last post
1 94
My application has lots of "Not enough space" errors when it has high load ( i.e. high cpu and memory usage) and tries to open a db using following...
ycollab
02-11-2004 03:10 PM
Keith Bostic Go to last post
1 191
Hello At the Berkeley-Homepage I read that there is no API for .NET avaible (for XML DB). But in the building instructions I found: "Building with...
Susanne Klemm
02-11-2004 05:12 AM
Hans-Bernhard Broeker Go to last post
1 108
Hello. I want to view this newgroup on Outlook. I dont even know if that is possible. I tried adding comp.databases.berkeley-db as the name of...
Bryan Suk
02-10-2004 11:26 PM
Bryan Suk Go to last post
0 106
I'm having some problems with my database becoming corrupt. When I run db_verify on the files I get: db_verify: Page 18717: invalid next_pgno...
Craig Johnson
02-10-2004 11:05 AM
Craig Johnson Go to last post
8 156
I am new to Berkeley db, and thought I would do a test example or two. I have 2 version of a test program that inserts key/data pairs, for key in 0...
markir@paradise.net.nz
02-10-2004 10:52 AM
Sarge Go to last post
16 187
Hi all, Is there someone that had tried to compile and use the DB 4.2.52 version with fort7 on a SunOS 5.8 platform? I tried to do it but I ended...
Adnene
02-10-2004 10:24 AM
Adnene Go to last post
1 120
Hi, I'm newbie at Berkeley DB. I'm try to Ram-only DB. I read a Tutorial document, there is no sample code for Ram-only DB. I just found a comment...
angra
02-10-2004 07:02 AM
Adnene Go to last post
4 151
Hi, I am getting the following error when I attempt to apply patch.4.2.52.1.txt. $ patch -p0 < patch.4.2.52.1.txt patch: **** malformed patch at...
Mick Hollins
02-09-2004 07:44 PM
Michael Hollins Go to last post
1 110
Hello. I always appreciate your answer. I have problem now. I met HP-UX machine based on 64 bit. To test BerkelyDB , I made a binary.
Gerald
02-09-2004 07:17 AM
Hans-Bernhard Broeker Go to last post
5 93
I thought I would try and post this message again....I am stumped. Is Berkeley-db portable to HP-UX in 64 bits? I can port it in 32 bits without...
Derick Smith
02-06-2004 12:25 PM
Derick Smith Go to last post
0 96
Hello. I always appreciate your answer. I have problem now. I met HP-UX machine based on 64 bit. To test BerkelyDB , I made a binary.
Gerald
02-06-2004 10:08 AM
Hans-Bernhard Broeker Go to last post
1 96
Hi All, After configuring DB 4.2.52, taking the defaults, I am getting an errno 22 (EINVAL) from write(), in the call to env->open(...) (e.g. when...
Jon Fields
02-05-2004 06:06 PM
Jon Fields Go to last post
2 106
Hi, How do I answer range queries in Berkeley-db? B+-tree structures allow u to find the smaller item in the range and iterate the leaf pages till...
san
02-05-2004 11:55 AM
Sarge Go to last post
2 116
I am looking for help with an ACCESS problem. I cannot save any changes or additions to my database. I get the "INVALID ARGUMENT" when I try to...
Donald Witmer
02-05-2004 05:46 AM
Go to last post
1 109
Sequences (Multi-page thread 1 2 )
Have you considered supporting sequences in addition to btree, hash, and queue?
Glen Knowles
02-04-2004 03:37 PM
Michael Ubell Go to last post
18 194
OS: HP-UX Release 11.00: October 1997 Does anyone know any compiler options to get the program I am trying to compile to link with oracle? I can...
Derick Smith
02-04-2004 08:26 AM
Derick Smith Go to last post
5 304
I successfully create an "access.db" using DB_BTREE flag. According to my knowledge, the index is not stored separately from the data in Berkeley DB....
shen
02-04-2004 07:15 AM
shen Go to last post
4 122
I've been struggling with the concept of a default DB installation, where applications can link with db with just a "-ldb". I think this is wrong...
pandora@swi.com.br
02-02-2004 08:51 PM
Keith Bostic Go to last post
3 113
Dear all, When compiling dbxml 1.2.0 with gcc version 2.95.3 20010315 (release), I got the following errors: ----------- g++ -c -I....
Hong-Linh Truong
01-30-2004 08:46 AM
George Feinberg Go to last post
1 104
I want to set the page size for the underlying files that back the database. If I use 2 separate files to back my primary and secondary databases, do...
Rocky Lee
01-28-2004 02:54 PM
Keith Bostic Go to last post
1 120
Dear DB expert, What do you think about Bash shell having embedded interface to Berkeley DB file? That is, on the surface, you have associative...
William Park
01-27-2004 09:45 PM
William Park Go to last post
0 123
Berkeley DB experts (glad to see there is a newsgroup), What is a good way of walking through a database in last added to first added order? My...
Brian
01-26-2004 01:05 PM
Brian Go to last post
2 113
Dear All, I have a berkeley db file and would like to view the data. Is there any window client to open the db file? Regards, Ralph
Ralph
01-26-2004 06:42 AM
Hans-Bernhard Broeker Go to last post
1 103
My dear chaps, I keep getting EINVAL errors when trying to set the DB_DUP flag. Here are the steps I...
Nigel Farquhar-Bennett
01-24-2004 12:27 PM
Philip Guenther Go to last post
1 123
Any more information/insight on the following will be appreciated. This is on a Solaris 8 platform. The system has a lot of swap space....
Vijay
01-22-2004 07:21 PM
Michael Ubell Go to last post
3 157
This is my first posting to this group! :) Can you guys point me to some sample design documents (for a simple project) using Berkeley DB? I'm...
Scott
01-22-2004 02:58 AM
markir@paradise.net.nz Go to last post
2 108
Would someone happen to have some ideas as why this is getting an error. Get the same problem using IBM's C compiler v 6.0. Thanks /bin/sh...
RW
01-20-2004 09:13 AM
RW Go to last post
2 136
Hi all, Suppose I have a lot of records in a database (b-tree or hash access method), causing a disk file to be big, too. If I delete "old" records,...
Goran Pusic
01-19-2004 11:22 PM
Keith Bostic Go to last post
3 136
I am using Berkeley Concurrent Data store 4.2.52 with B-Tree access methods. The keys are timestamps (seconds/nanoseconds). The applications run on...
Joe VanAndel
01-19-2004 11:08 PM
Keith Bostic Go to last post
3 118
Post New Thread

Display Options
Showing threads 1551 to 1600 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.