Tagged Questions

5
votes
5answers
813 views

Object database for Ruby on Rails

Is there drop-in replacement for ActiveRecord that uses some sort of Object Store? I am thinking something like Erlang's MNesia would be ideal. Update I've been investigating C …
2
votes
2answers
143 views

Main Memory DB vs Object DB

I'm currently trying to pick a database vendor. I'm just seeking some personal opinions from fellow database developers out there. My question is especially targeted towards peop …
0
votes
3answers
97 views

Why dont people simply use “Object Database”s ?

Instead of JDO , Hibernate , iBATIS why we can not simply use "Object DataBases" ? http://en.wikipedia.org/wiki/Comparison_of_object_database_management_systems
0
votes
4answers
139 views

Object database for .NET

Are there any object databases for .NET or with bindings for .NET?
1
vote
1answer
30 views

Which database engine does Knowledge Flow’s Obtain 24/7 product use?

I have been given the unenviable task of cleaning up after a developer who up and disappeared after failing to deliver on a project involving integrating Knowledge Flow's Obtain 24 …
1
vote
2answers
45 views

Object Database, business intelligence and warehousing

Sorry if this seemed a novice question but I am new to the data warehousing and business intelligence world. From what I have read I can see that a multidimensional database is n …
0
votes
2answers
33 views

Resources and guidelines for porting an object database + data to a relational database

Does anyone have any pointers to information on techniques for object database to relational database conversion? I've done the standard searches and have only come up with Data C …
0
votes
10answers
271 views

Is there a database like this?

Background: Okay, so I'm looking for what I guess is an object database. However, the (admittedly few) object databases that I've looked at have been simple persistence layers, and …
29
votes
21answers
2k views

Object Oriented vs Relational Databases

Objects oriented databases seem like a really cool idea to me, no need to worry about mapping your domain model to your database model, no messing around with sql or ORM tools. The …
1
vote
4answers
126 views

Can I host a SandstoneDB app on www.Seasidehosting.st?

Hello! Did someone ever manage to make a seasidehosting-hosted web application cooperate with SandstoneDb? It seems that they disallow creating of subdirectories, which is importan …
4
votes
6answers
252 views

Can you use a object-database in a production system?

Object-databases are used very seldomly, albeit they offer a way to live without SQL, which is, I think, a benefit of its own. Yet, I have seen them about never in production sys …
3
votes
4answers
548 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 web …