| | Rating Thread /
Thread Starter | Last Post | Replies | Views |
|  | Hi,
I'm just having a look at BerkeleyDB XML for the first time, using the Java
API.
I created a new container using the Berkeley DB XML Shell...
Rupert Woodman
|
06-21-2006 11:00 AM
Rupert Woodman | 0 | 154 |
|  | BDB Developer Tutorial - Full-Day Class - May 30th at USENIX '06
Boston Marriott Copley Place, Boston, Massachusetts
Margo Seltzer, Co-Founder and...
Dave
|
06-21-2006 06:57 AM
Rupert Woodman | 1 | 258 |
|  | Hi,
I am trying to open a file with size > 2GB.
My program looks like this,
DB *dbpS;
DBC *dbcpS;
DBT keyS, keyT;
db_create(&dbpS, NULL,...
Sagar Choudhary
|
06-21-2006 03:19 AM
Sagar Choudhary | 3 | 189 |
|  | I am using BDB to store my data,and associate several secondary DBs to
the primary DB,secondary DB uses btree as access method,now I want...
chenyajun
|
06-20-2006 03:51 PM
Florian Weimer | 3 | 184 |
|  | Are there any known bugs with database compaction and TDS? On 4.4.16,
free space is sometimes not returned to the file system, and the
operation...
Florian Weimer
|
06-20-2006 03:32 PM
Mike | 3 | 166 |
|  | Hi there,
I've got a problem (using 4.4.20) whereby I'm getting the "Cannot allocate
memory" message, but oddly it's happening in Db::close.
I've...
Donny
|
06-19-2006 12:37 PM
Donny | 0 | 189 |
|  | Hello,
I am writting here because I build two db : the first one to store
DB_DUPSORT data and the secondary associated is set to DB_DUPSORT.
Could...
AT
|
06-18-2006 09:51 AM
AT | 2 | 267 |
|  | I create a db without transaction protected.Then i insert
100000 items in it.After that i delete 10000 items in it.
It is work well if i close the...
AT
|
06-15-2006 10:09 AM
AT | 2 | 117 |
|  | Hi,
I would know if BTree access method allow variable records length, and
if so how it works?
I've serch in this groups and in BDB references, but i...
davide.belloni (AT) gmail (DOT) com
|
06-15-2006 09:18 AM
Ron | 1 | 167 |
|  | Hi all,
I'm a newbye to Berkeley DB technology. I'm interested in building a
C++ multithreaded application that accesses a Berkeley DB database....
AT
|
06-15-2006 09:12 AM
Ron | 1 | 197 |
|  | Hi Everyone,
Stylus Studio 2006 Release 3 is now available. The release includes
new XML tools, enhancements to Stylus Studio XML Deployment...
Stylus Studio
|
06-13-2006 10:59 AM
Stylus Studio | 0 | 143 |
|  | Hi,
I'm having some problems compiling mod_db4 on RedHat ES 3. The
configure process is working file, but on compile, I get this output:
$...
AT
|
06-12-2006 02:50 PM
AT | 1 | 145 |
|  | I have three databases under one environment. The databases are
accessed by long running (multithreaded) programs. So once opened they
are not closed...
isha
|
06-12-2006 06:44 AM
isha | 0 | 299 |
|  | * Kiran Kumar M. R.:
From the documentation:
<http://www.sleepycat.com/docs/ref/build_unix/conf.html>
Hope this helps.
Florian Weimer
|
06-09-2006 01:53 PM
Florian Weimer | 0 | 148 |
|  | Hi,
I'm having a small problem with bdb (4.1.25 for various reasons). When
I call db->put () on a full file system, the error log function...
AT
|
06-09-2006 11:30 AM
AT | 1 | 151 |
|  | Hi everybody,
I am glad to let you know that a new release of oXygen XML editor is
available from http://www.oxygenxml.com
Besides the existing...
stefan (AT) oxygenxml (DOT) com
|
06-08-2006 05:03 AM
stefan (AT) oxygenxml (DOT) com | 0 | 158 |
|  | Hi, this code:
Db berk(NULL,0);
if (berk.open(NULL,"/tmp/mybase.db",NULL,DB_BTREE,DB_CREATE,0))
std::cout << "error opening" << std::endl;
char *...
ale
|
06-08-2006 03:44 AM
ale | 0 | 153 |
|  | Hello,
Am observing a bizarre problem with dbxml and Python on Windows XP.
Versions as follows:
dbxml 2.2.13
bsddb3-4.3.3
python 2.4.1
Code as...
Petra Chong
|
06-06-2006 06:18 AM
Petra Chong | 1 | 145 |
|  | I'm using Sleepycat 4.4.20, C API. I've been struggling trying to get
the fill factor for one of my databases higher than 51%, and...
Sue
|
06-05-2006 05:52 PM
Sue | 4 | 157 |
|  | Hi,
I am a newbie to berkeley dbxml. As shwon from the subject i have
problem in setting meta data for every document. I have followed the
sample...
wolfgang.schuller (AT) googlemail (DOT) com
|
06-05-2006 02:53 PM
George Feinberg | 2 | 236 |
|  | Hi
Is it possible to perform xquery on indexed documents. If so then would
you please tell me how?
I saw indexed lookup example in user guide, but...
schuller
|
06-05-2006 01:45 PM
schuller | 0 | 124 |
|  | I'm trying persist objects that yours class have relationship, when I
do the comand put an Exception is returned to...
Haas
|
06-05-2006 09:27 AM
mark.hayes (AT) oracle (DOT) com | 1 | 149 |
|  | hi,
I am using a DB_RECNO method for storing 1 million of data. So the
database size is 45Mb. After when I delete 2 Lakh record the database
size...
Naveen
|
06-04-2006 03:13 AM
Naveen | 8 | 178 |
|  | i create database environment in this way:
ret = dbenv->open(dbenv,
sz_full_dbhome,
DB_CREATE | DB_INIT_LOCK | DB_INIT_MPOOL |
DB_THREAD,
0);
the...
AT
|
06-02-2006 03:01 PM
Florian Weimer | 4 | 181 |
|  | I was running some tests on the CDS database that I have setup. I am
using 4.4.20-4 on a debian machine (g++4.0.4)
The database is made up the main...
danwald
|
06-02-2006 10:58 AM
Ron | 1 | 249 |
|  | I write a program that creates one database, and put lots of data into
it, then i calculate the real data and the pysical db files, i find
that the...
AT
|
06-02-2006 10:15 AM
AT | 11 | 322 |
|  | Hi,
I'm using BDB in my program ,I use single process write and update the
database records.
the environment init flags is:
DB_CREATE |...
0day
|
06-01-2006 11:28 AM
0day | 3 | 262 |
|  | Peoples,
I'm trying to retrive objects that I put in JE BD using any filter to
do it, I'm using DataAccessor to get the objects from DB, but I'm...
Haas
|
05-31-2006 01:30 PM
Haas | 4 | 168 |
|  | Hi,
I'm having problems during the installation of BerkeleyDB package.
Wher I run the "configure" file I obtain the seguent error:
BerkeleyDB...
Alessandro
|
05-31-2006 09:20 AM
Ron | 1 | 193 |
|  | Hi!
Is BerkelyDB portable to Visual Studio 2005 (with a COM DLL)?
I have created a DLL in VS 2003 without any problems not I am getting
an oledb.h...
AT
|
05-29-2006 10:51 AM
AT | 3 | 169 |
|  | Hello,
I've just compiled Berkeley Db version 4.4 thus without incident: -
.../dist/configure --enable-cxx=yes --enable-jave=yes
make
make...
Dan Chicot
|
05-26-2006 05:30 PM
Dan Chicot | 2 | 165 |
|  | I have had no problems using db_hotbackup under Linux, but under
Windows 2003 it starts but does nothing and then exits.
C:\Program...
AT
|
05-26-2006 01:16 AM
AT | 0 | 155 |
|  | Hi,
The following faq entry discusses this issue:
http://dev.sleepycat.com/resources/faq_show.html?id=45
In addition you may find the following...
Ron
|
05-25-2006 09:50 AM
Ron | 0 | 174 |
|  | Is it possible to create an in memory only concurrent datastore
application?
danwald
|
05-24-2006 03:46 PM
danwald | 2 | 217 |
|  | Hello,
I guess there are some people who use bdb / bdbxml under Suse- so I
hope someone has similar problems ;-)
The Compilation of BDB XML with gcc...
Peter
|
05-23-2006 04:03 PM
Florian Weimer | 2 | 150 |
|  | I'm working with an application that 'pre-loads' a BDB file for use by
another application. The loader application is currently
single-threaded, and...
AT
|
05-23-2006 03:45 PM
Ron | 1 | 159 |
|  | Dear All,
I want to ask how to statistics I/O number when using the BDB, such as
how many pages are read from disk to excute some...
Joe
|
05-22-2006 08:15 PM
Alex | 1 | 164 |
|  | Hie,
In my project I am using webservice to expose some functionality
dependent on bdbxml. The webservice hosting environment(Axis2 on
Tomcat) ...
AT
|
05-21-2006 07:47 AM
AT | 0 | 151 |
|  | Hi!
My question is a bit more generic but it originates from my stress
testing of BDB 4.4.20 with DB_BTREE tables.
Is the following statement...
Sergey Maslyakov
|
05-19-2006 06:29 PM
Sergey Maslyakov | 6 | 183 |
|  | BDB Developer Tutorial - Full-Day Class - May 30th at USENIX '06
Boston Marriott Copley Place, Boston, Massachusetts
Margo Seltzer, Co-Founder and...
Dave
|
05-19-2006 04:50 PM
Dave | 0 | 162 |
|  | I am quite new to BerkeleyDB --- working my way through the
documentation in order to be able to use BerkeleyDB in our project.
In one of our tests,...
yaakov
|
05-19-2006 05:52 AM
yaakov | 6 | 181 |
|  | Hi everybody,
I encountered an XmlException in executing an xquery, the following is
the sample xml...
James
|
05-18-2006 10:40 PM
James | 0 | 174 |
|  | Did I get it right from the documentation and the discussions on the
web/newsgroups that BDB will reuse space released by deleted records
but only if...
Sergey Maslyakov
|
05-18-2006 08:15 PM
Mike | 2 | 192 |
|  | Hi
has anyone succesfully used the failure checking mechanism of
DB_ENV->failchk with the Concurrent Datastore instead of the
Transactional...
Arno Bakker
|
05-17-2006 12:45 PM
EelBait | 5 | 262 |
|  | Hello!
I can't see difference between Concurrent and Transitional Data Store.
Can you please
describe it and give me some example as well?
Thanks!
Alexey
|
05-17-2006 02:48 AM
Joseph Bruni | 2 | 148 |
|  | Hello all,
I am pretty new on Berkeley DB but I read the manuals for the
db_recover tool and I am having a problem using it.
When I run db_verify...
pavlos.parissis (AT) gmail (DOT) com
|
05-16-2006 10:43 PM
Joseph Bruni | 3 | 189 |
|  | I'm comparing some database system, amongst others Berkeley DB. So I wrote an application that fills random data into the different database systems.... gerol80 |
05-16-2006 06:40 PM
TungstenCoil | 2 | 336 |
|  | Hi,
I am working on a deployment of berkeley DB, where must be possible
open the database in exclusive mode. I have thought to do that...
AT
|
05-15-2006 08:55 AM
davide.belloni (AT) gmail (DOT) com | 7 | 192 |
|  | Hi,
I'm new to BDB XML. I've built everything and am trying to run some of
the examples. When I try to load all the xml...
cnorsworthy
|
05-14-2006 06:14 PM
Alex | 1 | 338 |
|  | NovelSpace Media, LLC has announced the launch of its new online
bookstore, NovelSpace.com. Located at http://www.novelspace.com, it
features a wide...
AT
|
05-13-2006 03:20 PM
AT | 0 | 140 |