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     
Does the new db_hotcopy utility inhibit database checkpoints, so that no log files which still have to be archived are removed in...
Florian Weimer
01-12-2006 05:22 PM
Florian Weimer Go to last post
2 189
just wonder, how many databases I can create in one environment, will not open at the same time. just create. I know if open too many db at the same...
nittanymountain@gmail.com
01-12-2006 02:50 PM
nittanymountain@gmail.com Go to last post
1 136
I am a newbie to the Berkeley DB. I am getting this error when I try to produce my outfile for a very simple C++ example file. Here are my steps: I...
MoeDogQ
01-11-2006 02:33 PM
MoeDogQ Go to last post
2 234
It used to be that adding cache (env->set_cachesize) on Mac OS X was detrimental to performance (in versions 4.3.27, 4.3.28, maybe even 4.3.29). In...
Andi Vajda
01-10-2006 07:15 PM
Andi Vajda Go to last post
2 148
Thanks for you advices. Patrick's suggestion worked for my sorted input case. The elapse time went down to 15 minutes. However, for random input...
David
01-08-2006 11:20 PM
David Go to last post
0 120
Hi, I hava a master and a client in replication application. In the master 1000000 records are inserted into BDB successively within a loop, while in...
William
01-08-2006 09:53 PM
William Go to last post
0 220
Let's say I have a large set of stock data, each containing a timestamp, value, stock_id. One way I could do this would be to create a primary with...
clayne
01-08-2006 09:47 PM
Michael Cahill Go to last post
1 135
Hi, I have a master and a client in my replication application. In the master 1000000 records are insert into BDB successively within a loop, while...
William
01-08-2006 09:31 PM
William Go to last post
0 134
Thanks for you advices. Patrick's suggestion worked for my sorted input case. The elapse time went down to 15 minutes. However, for random input...
David
01-08-2006 04:35 PM
Karl Waclawek Go to last post
1 113
Hi, I hava a master and a client in replication application. In the master 1000000 records are inserted into BDB successively within a loop, while in...
William
01-07-2006 11:22 PM
William Go to last post
0 151
Thanks for your advices. Patrick's suggestion worked for my sorted input case. The elapse time went down significantly to 15 Minutes for 50M...
David
01-06-2006 11:07 PM
David Go to last post
0 116
Im currently using lots of small files as a "database" on the backend on my website. however the server load is gradually creeping up and im going to...
nodger
01-06-2006 08:04 PM
nodger Go to last post
4 151
I am a newbie using BDB. I am to testing the performance of BDB when paging occurs. My test scenario: Machine: 4 G RAM and 4 CPUs OS: Windows 2000...
David
01-06-2006 03:01 PM
David Go to last post
5 131
Hi, I am evaluating BDB in a multi-threaded environment. I need to have multiple DBs to share the same memory pool in one process. So I create an...
David
01-05-2006 07:53 AM
ragavendrakk@gmail.com Go to last post
1 193
Hi All, I've recently built the latest Berkeley db on the OS/2 operating system with GCC for use with OpenLDAP. When starting OpenLDAP, it fails...
Paul Smedley
01-04-2006 08:07 AM
Paul Smedley Go to last post
0 168
Hi! I am struggling to query a part of the node eg: I have node <root> <a> It starts with <tag1>hello</tag1> I need This Content
sandesh
01-03-2006 11:08 AM
George Feinberg Go to last post
1 124
Is it possible to pull an XSLT document from BDBXML to have it transform another XML document located in BDBXML? I am having the hardest time trying...
Gauravani
01-02-2006 08:32 PM
George Feinberg Go to last post
1 164
Kiran, If you are getting this same error then it indicates that you have not fully recompiled the library after configuring with --enable-umrw. ...
ubell@sleepycat.com
01-01-2006 10:45 PM
ubell@sleepycat.com Go to last post
1 114
Are there any known issues with the DB_REGISTER support in 4.4.16? I'm using Berkeley DB in a multi-process configuration (one long-running writer,...
Florian Weimer
01-01-2006 10:57 AM
Florian Weimer Go to last post
2 148
Kiran Kumar M R wrote: This is because you have not committed or aborted a transaction you started. This is probably from a subtransaction whose...
ubell@sleepycat.com
12-30-2005 01:53 PM
ubell@sleepycat.com Go to last post
0 172
Hello, I tried to create a single file containing many databases. Creating environnement then handle works well but opening the database gives me an...
intmail01@gmail.com
12-30-2005 04:59 AM
Patrick Schaaf Go to last post
5 147
Hello. For years we've been having periodic problems with our Berkeley DBs -- some type of problem with the data file itself -- it seems to affect...
Brandon Rotated
12-29-2005 09:22 AM
bostic@sleepycat.com Go to last post
4 149
Hi, BDB's environment is counterpart of database in MySQL ( or RDBMS), right? BDB's database is like a table in mysql. I just wonder, how many bdb...
nittanymountain@gmail.com
12-28-2005 10:52 AM
bostic@sleepycat.com Go to last post
3 154
I intend to use db_strerror with posix threads. How thread safe it is? This is not actually documented in available docs. Thanks in...
Venkata Ramana
12-28-2005 05:47 AM
Florian Weimer Go to last post
12 223
Hello, I have created 4 databases (main db, and 3 secondary db) 3 secondary db is used to search on spesific "column" (book's title, book's author,...
YAN (Yet Another Newbie)
12-27-2005 11:03 PM
YAN (Yet Another Newbie) Go to last post
3 127
* Kiran Kumar M. R.: No, locking is necessary to ensure the consistency of Berkeley DB's internal data structures, even if your application can...
Florian Weimer
12-23-2005 09:18 AM
Florian Weimer Go to last post
2 135
I'm new to berkeley db xml. While trying to intall berkeleydb xml 2.2.8 on a linux box, using the buildall.sh --enable-java script, i encountered...
kulkarniharshad@gmail.com
12-23-2005 08:55 AM
Ron Go to last post
1 130
For anyone interested in using Berkeley-DB in the .NET environment: The "Berkeley-DB for .NET" project on SourceForge has released a first beta...
Karl Waclawek
12-21-2005 12:01 PM
Karl Waclawek Go to last post
0 126
For anyone interested in using Berkeley-DB in the .NET environment: The "Berkeley-DB for .NET" project on SourceForge has released a first beta...
Karl Waclawek
12-21-2005 11:51 AM
Karl Waclawek Go to last post
0 128
I am in the process of upgrading from Visual C++ 2003 to 2005. By default 2005 now declares all time_t and time functions as __time64_t and not the...
Gerard J. Nicol
12-19-2005 10:38 PM
Michael Cahill Go to last post
1 130
* Kiran Kumar M. R.: I would think so: You could create a DB_CONFIG file with appropriate settings, for example: set_lk_max_locks 30000
Florian Weimer
12-19-2005 04:35 AM
Florian Weimer Go to last post
1 142
Hi, after build on linux, I found there is a miss link at anchor "Error Returns" which point to BerkeleyDB.4.4/docs/gsg/C/returns.html in...
fyaoxy@gmail.com
12-16-2005 01:40 PM
Ron Go to last post
1 129
Hi, Similar to mysql command: create database if not exists <DB_NAME> Is there a way by which I can check whether container exists or not using...
kapilbajaj@gmail.com
12-16-2005 01:25 PM
Ron Go to last post
1 142
Stylus Studio wants to inform you that Dr. Michael Kay has released a new tutorial called, "Schema-Aware Queries and Stylesheets". This is his third...
Stylus Studio
12-15-2005 03:27 PM
Stylus Studio Go to last post
0 112
Hi, I'm tryring to use berkeleydb on a single database across multiple machines. Each machine also has multiple processes reading/updating...
skavishwar@gmail.com
12-14-2005 02:52 PM
skavishwar@gmail.com Go to last post
5 127
Hi, I have one question regarding XQuery. Is it possible to construct the Xquery expression...
sandesh
12-13-2005 10:59 PM
sandesh Go to last post
2 124
As I have not much experience yet writing Berkeley DB apps, maybe this question is naive: I am trying to iterate over a range of records given a...
karl@waclawek.net
12-13-2005 10:05 PM
karl@waclawek.net Go to last post
0 115
The upgrade instructions for Berkeley DB 4.4 lack some items: DB_CREATE must be specified when opening in-memory databases. If DBC->c_get is...
Florian Weimer
12-13-2005 08:51 PM
bostic@sleepycat.com Go to last post
2 107
I have a multi-threading program, a milter actually. Each thread needs to read values from a db file. Does each thread need to open the db file...
Malcolm Dew-Jones
12-13-2005 07:27 PM
Malcolm Dew-Jones Go to last post
3 164
Solaris 10 GCC 3.4.5 GNU binutils Berkeley DB 4.4.16 I'm getting this error when I attempt to build db: .... usr/local/bin/ld: warning: sparc:v9...
Mark Faine
12-13-2005 04:57 PM
bostic@sleepycat.com Go to last post
1 138
Hi, I have an application structure where there is a long running server (multi-fork processes), with a few admin processes started periodically by...
steve
12-13-2005 11:14 AM
john Go to last post
2 177
Hi I'm using db4 for a memory sensative application and encounter some memory problem. I've wrote a small test program the program opens a file...
shaharklein@gmail.com
12-13-2005 05:25 AM
shaharklein@gmail.com Go to last post
0 117
Hi, I am writing an application that is going to use Berkley DB to store lyrics, using the C++ API. I need to be able to search for lyrics...
Pelle
12-12-2005 04:11 PM
Pelle Go to last post
2 116
Hi. I'd like to access (read from and write to) a remote Berkeley DB from my application. My first thought was to use RPC client/server....
Andy
12-11-2005 11:08 AM
Pelle Go to last post
1 127
Hello My application does iteration in reverse order over duplicate keys in a secondary database. It uses the following code: bool res; if (res =...
leon
12-09-2005 08:23 AM
leon Go to last post
2 116
This is in a sendmail milter environment, I have FC4, which appears to mean "Sleepycat Software: Berkeley DB 4.3.27". The person for whom I...
Malcolm Dew-Jones
12-09-2005 02:25 AM
Malcolm Dew-Jones Go to last post
0 143
Hello, does anybody can point on the persisten tree storage based on the Berkeley DB Java edition or probably just give a hint what is a...
xlex(0x835)
12-09-2005 02:03 AM
xlex(0x835) Go to last post
6 120
Any ideas on why I get Segmentation fault for BerkeleyDB 4.0.14 would be much appreciated. An unexpected exception has been detected in native code...
yen
12-09-2005 12:17 AM
yen Go to last post
3 130
Please, read this http://svnbook.red-bean.com/en/1.1/ch05.html#svn-ch-5-sect-1.3 and comment... Thank you g14
golgoth14
12-08-2005 05:13 PM
golgoth14 Go to last post
0 124
How can I store a file(such as *.jpg,*.doc and so on) to Berkeley DB?
jiangminjie@gmail.com
12-08-2005 03:12 AM
Patrick Schaaf Go to last post
1 119
Post New Thread

Display Options
Showing threads 551 to 600 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.