object-oriented-database Questions

2

Solved

I have a http request that gets this Json object from a nosql database: let jsonBody = { birthday : 1997, firstname: 'foo', lastname:'bar' } Then I want to load this information into the Stud...
Hearthside asked 13/9, 2018 at 13:47

9

Solved

Why are relation databases more common than object-oriented databases? If the Object Oriented Programming paradigm is so widespread, shouldn't we see lots of OODBMS? Wouldn't they perform better t...
Unsatisfactory asked 29/8, 2009 at 0:41

8

Solved

In this benchmark ObjectDB is far the fastest DB: http://www.jpab.org/All/All/All.html But I cannot see any other benchmark results from ObjectDB. Is anyone using ObjectDB? Is it production ready?...
Livelong asked 13/3, 2011 at 19:55

5

Solved

I am looking for an object database for Python (no handmade pickles :D). What are my options (besides the obvious ZODB)?
Draughts asked 24/2, 2011 at 14:50

1

Solved

Read Query In Posgres, Full text indexing allows documents to be preprocessed and an index saved for later rapid searching. Preprocessing includes: Parsing documents into tokens. Converting toke...

7

I'm looking for a library that lets me run SQL-like queries on python "object databases". With object database I mean a fairly complex structure of python objects and lists in memory. Basical...
Suneya asked 26/2, 2011 at 12:3

2

Solved

I have been reading about database models and still do not understand what are the fundamental differences between object oriented and object relational models. I learned so far that object relati...
Ethnomusicology asked 15/6, 2014 at 23:41

2

I have read this post: http://jenkins-ci.org/content/summary-report-git-repository-disruption-incident-nov-10th which describes an incident where a user accidentally triggered a git push --force f...
Chromatic asked 19/10, 2014 at 8:50

14

Solved

That's the question. Give only one reason you think why have OODB failed or why many systems nowadays still use relational databases.
Ebba asked 4/10, 2008 at 17:6

2

I'm having a hard time understanding the big picture of GemStone for Smalltalk. I am aware of GLASS as an application server using Linux, Seaside and Apache. But I want to know if it is an us...
Otoplasty asked 18/5, 2013 at 5:27

4

Solved

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 u...
Prelect asked 3/6, 2010 at 8:33

3

I have been programming in PHP for several years and have in the past adopted methods of my own to handle data within my applications. I have built my own MVC in the past and have a reasonable und...

2

Solved

I've done lots and lots of code in PHP that is object-oriented, but up until now, all of my classes have been, "singular", I suppose you can call it. I am in the process of changing several classes...
Harrelson asked 25/6, 2012 at 17:45

1

Solved

What is the difference between object-oriented and document databases? I didn't use object-oriented databases, but when I use document database (RavenDb) I store and read usual object-oriented cla...
Crucifer asked 27/3, 2012 at 6:30

2

Solved

I'm using an object database (ZODB) in order to store complex relationships between many objects but am running into performance issues. As a result I started to construct indexes in order to speed...
Lomax asked 12/7, 2011 at 17:14

8

Solved

Whats the cons and pros of using a object database or relational database for regular web development which involves a lot of CRUD? UPDATE: I reopened the bounty reward in order to give Neville it...
Tillery asked 18/3, 2011 at 21:42

3

Solved

Just thinking that a relational db with an ORM is in many ways very similar to an object oriented database. My experience lies solely with RDMS with a hint of ORM, so it seems to me that object ori...
Schott asked 20/5, 2010 at 14:51

1

Solved

I saw Eloquera db and was quite impressed with it. Currently I'm thinking developing my next project on Eloquera and not Sql Server. So I have several questions with it. How does Eloquera perform...

4

Solved

I'm currently working on a project that's based on Android. Without getting into many details, the software will run on a custom built device. The hardware will never change and will always be the ...
Algonkian asked 1/12, 2010 at 1:41

7

Solved

Are there any object databases for .NET or with bindings for .NET?
Normative asked 17/7, 2009 at 21:29

2

Solved

I've been using relational databases + object relational mappers for object persistence. I don't think this is a truly adequate solution for persistence, because it adds unnecessary overhead. It a...
Hamrah asked 30/7, 2010 at 22:18

6

Solved

What is the difference between graph-based databases (http://neo4j.org/) and object-oriented databases (http://www.db4o.com/)?
Ignacioignacius asked 7/2, 2010 at 20:4

5

Is there a database out there that gives you the benefit of referential integrity and being able to use a SQL type language for querying, but also lets entities be loosely defined with respect to t...

10

Solved

Quite a while ago, I heard about Object databases. Cool concept and all. Now, with the event of ORMs everywhere, does anyone still use any of the Object oriented Databases systems? Are they relevan...
Hefner asked 9/12, 2008 at 16:0

9

Solved

I am pretty new to programming(just finished University). I have been thought in the last 4 years about Object Oriented development and the numerous advantages of this approach. My questio...
Tailback asked 8/6, 2010 at 19:26

© 2022 - 2024 — McMap. All rights reserved.