Tagged Questions

db4o is an open source embeddable object database for Java and .NET.

learn more… | top users | synonyms

24
votes
4answers
4k views

db4o experiences?

I'm currently trying out db4o (the java version) and I pretty much like what I see. But I cannot help wondering how it does perform in a real live (web-)environment. Does anyone have any experiences ...
16
votes
3answers
917 views

A few questions about working with db4o

I am trying the db4o object databse and so far I quite like what I am seeing, but I also read this post on stackoverflow db4o experiences? indicating that not everything that seems so easy is easy. ...
12
votes
3answers
1k views

Why is EF4 Code First so slow when storing objects?

I'm currently doing some research on usage of db4o a storage for my web application. I'm quite happy how easy db4o works. So when I read about the Code First approach I kinda liked is, because the way ...
10
votes
7answers
1k views

Has anyone used an object database with a large amount of data?

Object databases like MongoDB and db4o are getting lots of publicity lately. Everyone that plays with them seems to love it. I'm guessing that they are dealing with about 640K of data in their ...
9
votes
6answers
2k views

What is the difference between graph-based databases and object-oriented databases?

What is the difference between graph-based databases (http://neo4j.org/) and object-oriented databases (http://www.db4o.com/)?
9
votes
12answers
891 views

Can anyone think of some good reasons *not* to use an Object-Oriented DBMS to back a website?

Say you're coding some kind of web application. Something where people can contribute content, e.g. a simple photo-sharing site. How many good reasons can you think of to not go with an ...
8
votes
3answers
1k views

Recommend a good db4o viewer

I'm playing around with db4o, and I have the Object Manager viewer thingy for Visual Studio. It seems okay, but not exactly on par with tools like HeidiSQL/SQL Studio/etc., not to mention that it ...
7
votes
3answers
2k views

Real World Experience of db4o and/or Eloquera Database

I am evaluating two object databases, db4o (http://www.db4o.com) and Eloquera Database (http://eloquera.com) for a coming project. I have to choose one. My basic requirement is scalability, multi ...
7
votes
3answers
489 views

Handling data maintenance in Object Databases like db4o

One thing I have continually found very confusing about using an object database like db4o is how you are supposed to handle complex migrations that would normally be handled by SQL/PL-SQL. For ...
7
votes
6answers
1k views

How to design many-to-many relationships in an object database?

I thought it was about time to have a look at OO databases and decided to use db4o for my next little project - a small library. Consider the following objects: Book, Category. A Book can be in 0-n ...
7
votes
6answers
1k views

Reporting with db4o

I've used db4o with much success on many projects in the past. Over time it seems to have evolved greatly, and with modern trends like LINQ on everyone's tongue it has peaked my interest again, ...
6
votes
6answers
1k views

DB4O Object DB

thinking of using an object db in memory, anyone have an opinion on DB4O?
5
votes
1answer
57 views

db4o: Same class, different java projects

I have two different Java Applications A and B. They should use the same Database for user management (If the User has an account in Application A, he also has an account in Application B and vice ...
5
votes
2answers
201 views

db4o best practice to query objects from db

I am using two different ways to query objects in db4o and I would like to discuss about it. 1) In this first example, I create an instance of ObjectContainer, I open the connection, and then I close ...
5
votes
3answers
178 views

Best practise for adding a bidirectional relation in OO model

I'm struggling to come up with a good way of adding a bidirectional relation in OO model. Let's say there is a Customer who can place many Orders, that is to say there is a one-to-many association ...
5
votes
2answers
401 views

How to store objects created in IronPython to object databases

I'd like to use object database to persist some classes created in IronPython. The database is db4o for .NET 2.0 (downloaded today). The code looks like this: import clr ...
4
votes
2answers
260 views

What is the best object lifetime strategy for Redis in web application

I will plan to use Redis (ServiceStack) as whole database for web application. I can insert 76000 records in 7.4 seconds. But using single connection (RedisClient object-life-time is Application), I ...
4
votes
1answer
333 views

How do I combine usage of db4o to store data and Lucene to index data for fast search?

I'm new to both db4o and Lucene. Currently I'm using db4o to persist my data on an Android app. I need the capability to perform quick searches, as well as provide suggestions to the user (e.g., ...
4
votes
1answer
585 views

linq to Db4o not using index

I'm trying db4o and i'm having bad performance when using linq to db4o. (using 7.12) Here is my configuration : var configuration = Db4oFactory.Configure(); ...
4
votes
1answer
571 views

Is DB4O Replication faster than SQL Server Merge Replication?

Does the replication system that comes with DB4O work well? Basically I would like to know if anyone has some good numbers on the record throughput of their replication system and if it handles ...
4
votes
4answers
495 views

Any competitors to db4o on compact framework?

We've been trying db4o for persisting objects on the compact framework. It works very well from our tests so far. However, it appears they are on the expensive side for small startups with minimal ...
4
votes
4answers
1k views

Example websites using db4o

I'm very impressed with my initial tests with db4o. However, i'm wondering just how many enterprise class websites are out there powered by db4o, i couldn't see any on the main website? I can't see ...
3
votes
1answer
31 views

Unit Testing Db4oTool Instrumentation (Collections)

I am using the db4oTool to instrument my classes for transparent activation/persistence. I am using the -ta and -collections switches. I know how to check that the classes themselves are being ...
3
votes
2answers
74 views

db4o on Android 3.0+ Issue

I'm having an issue with db4o on Android 3.0+ because it turns out that on the creation of the db4o database, it uses some of the network apis by default. (I stumbled upon this post: ...
3
votes
1answer
81 views

Basic db4o issues

I am very very new to db4o, and c# in general, and am having real trouble getting my head around how to start using it - the tutorial provided isn't helping me a lot - I understand the jist of it, but ...
3
votes
1answer
39 views

xhange classes attributes in existing db4o in android

I'm considering to use db4o in my android project to store objects but my concern is if in the future I want to change one of the objects attributes how do i deal with the existing data of that object ...
3
votes
1answer
190 views

DB4o HashMap toString()

As a learning tool for DB4o and Java I have started to create a Telephone Directory. To do this I create an instance of a TelephoneDirectory which contains a year and a HashMap of entries. public ...
3
votes
2answers
147 views

using db4o database with gridview control in asp.net

I have a db4o database which i want to use with asp.net web application and i want to databind data from db4o database. How can i do that ? I'm using VS2008/asp.net with c# Help me out Thanks
3
votes
1answer
164 views

db4o, how to update an object if a field was added?

How can I do this? I stored an object in db4o, e.g: class Person { string _name; int _age; } now, after hundrets of Persons stored in the db, I've added a new field: class Person { ...
3
votes
2answers
471 views

Looking for guidance on embedded .NET database (such as db4o, NHibernate, or RavenDB)

I have an object model that I want to store using an embedded database. I have so far been looking at db4o, NHibernate to SQLCE (w/ linq), and RavenDB. This would be used in a desktop C# application. ...
3
votes
2answers
146 views

Lift with db4o User model

suppose you have a Lift + db4o project... How do you define User model? Should I extend MetaMegaProtoUser? Thanks in advance, Etam.
3
votes
2answers
329 views

Working with large collections in db40 (.net)

I would like to use db4o as the backend of a custom cache implementation. Normally my program involves loading into memory some 40,000,000 objects and working on them simultaneously. Obviously this ...
3
votes
1answer
204 views

DB4o Linq query - How to check for null strings

var q = (from SomeObject o in container where o.SomeInt > 8 && o.SomeString != null //Null Ref here select o; I always get a null reference exception. If I use ...
3
votes
1answer
102 views

Is there a tool that will create Java or .NET classes from a db4o database file?

I have a db4o database file. Is there a tool that will generate Java or .NET classes (source) from this database?
3
votes
1answer
264 views

UniqueConstraint in EmbeddedConfiguration

I just started using db4o on C#, and I'm having trouble setting the UniqueConstraint on the DB.. here's the db4o configuration static IObjectContainer db = ...
3
votes
4answers
1k views

Db4o query: find all objects with ID = {anything in array}

I've stored 30,000 SimpleObjects in my database: class SimpleObject { public int Id { get; set; } } I want to run a query on DB4O that finds all SimpleObjects with any of the specified IDs: ...
3
votes
2answers
609 views

Is Using Db4o For Web Sites a judicious choice?

Is using Db4o as a backend datastore for a Web site (ASP.NET MVC) a judicious choice as an alternative to MS SQL Server ?
3
votes
2answers
305 views

How does db4o instantiate objects?

What mechanism does db4o use to instatniate stored objects ? My class isn't Serializable and doesn't provide zero argument constructor and the only constructor throws NullPointerException when it's ...
3
votes
1answer
663 views

Full text search with DB4O

In my DB4O database I have an amount of Book objects Book +string: Title ... When entering a title (string) in my form I would like to suggest existing titles. Currently I use a simple ...
3
votes
2answers
403 views

db4o concerns

I'm interested in using db4o as my persistence mechanism in my Desktop application but I'm concerned about a couple things. 1st concern: Accidentally clipping very complex object graphs. Say I have ...
2
votes
2answers
62 views

Db4o - refresh ALL new objects in persistent session

is it possible in Db4o to load new objects into persistent IObjectContainer? I have a desktop application which opens one connection (IObjectContainer) when started. if I query all objects with: ...
2
votes
2answers
174 views

db4o on Honeycomb Db4oException: File format incompatible

I'm using db4o in a small project that works great on Android 2.2, 2.3, etc. On Honeycomb, however, database initialization results in the following error: com.db4o.ext.Db4oException: File format ...
2
votes
1answer
93 views

db4o Tranparent Persistence doesn't store later objects in my own ActivatableCollection<T>

I'm rolling my own ActivatableCollection<T> for db4o but cribbing heavily from the builtin ActivatableList<T> implementation. I'm running into the problem where transparent persistence ...
2
votes
1answer
61 views

copying the db4o file doesn't copy the data in it

I have a db4o file with data in it, when i try to copy the file to another project, the data gets empty ? what is the reason behind it ? Can some one explain it to me ? Thanks in anticipation
2
votes
2answers
388 views

DB4O scalability

I'm looking for information about DB4O object database. I know it has client/server mode, but I have no idea how scalable it is. I'm a big lover of object db idea, but still couldn't find an ...
2
votes
4answers
271 views

Is NoSQL the best option for this specific database problem

I have a problem and I think a NoSQL solution is the answer but I am not sure. Also, I am not sure what type of NoSQL DB (Object,Document,Graph,Key,etc) would be best suited to solve this problem. ...
2
votes
1answer
97 views

How do you exclude a property in a persistent object in db4o using C#?

Since "[Transient]" does not really work on properties. What do I do now?
2
votes
1answer
122 views

db4o SODA compare field values

class SomeClass { private DateTime fieldA; private DateTime fieldB; } Using SODA, what is the proper way to select all objects whose fieldA is greater than fieldB? Something like this? var ...
2
votes
4answers
415 views

JDO: Is the PersistenceManager a singleton?

Just the basics: I'm using DataNucleus backed with an embedded DB4O database. If I do this simple test: PersistenceManager pm1 = persistenceManagerFactory.getPersistenceManager(); ...
2
votes
1answer
133 views

ClassCastException in DataNucleus DAO object when persisting/retreiving an Object using JDO

I've created a simple webapp using Spring & Jetty, and am creating a hello world JDO test using DataNucleus & DB4O. I can persist a class no problem, but when I go to query for the class I ...

1 2 3 4 5