Tagged Questions
The oodb tag has no wiki summary.
10
votes
4answers
465 views
Need to store LOTS of data on Android device, thinking of going OODB
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 ...
4
votes
6answers
400 views
Benefits of switching from SQL Server to Versant OODB
What benefits (if any) to the company (not only to developers) I could gain by switching from SQL Server 2008 to Versant OODB?
More info about the project and facts to help with an answer (let me ...
4
votes
1answer
76 views
How the existing data to be if entity structure modified or deleted on GAE?
GAE recommends using JDO/JPA.
But I have serious question about using OODB like them.
JDO based on user's class structure. And data structure should be modified continually as service advances. So,
...
3
votes
2answers
538 views
Do you use Jade and what's your opinion of it?
Do you or have you ever used Jade and what are its advantages and disadvantages of it in your opinion? For example:
Speed of development?
Performance issues with it as an interpreted language and ...
2
votes
1answer
33 views
How do i create a reference in my DB to a user from the ASP.NET build in usersystem?
Im trying to save an object in my OODB that is basicly a newsitem (a title, some text, a poster and a postdate)
i have no trouble retrieving the user object from the ASP.NET MembershipUser class.
...
1
vote
2answers
113 views
hierarchical nested data structure in db4o (or any other oodb)
Really my question is, if I were to use a nested data structure in oodb would I be placing instance of classes within other instances in the db, or is there some sort of relational mapping that would ...
1
vote
2answers
212 views
Retrieve an object in one DB4O session, store in another ('disconnected scenario')
I am trying to figure out how to keep an object useable between client sessions in DB4O. From what I understand, once a client session is closed, the object no longer resides in any cache and despite ...
0
votes
4answers
403 views
why everyone wants NOSQL other than large-scale Oracle Clusters?
oracle has a good reputation for handling large-scale applications and it's also flexible to extend to cluster environment. Why everyone wants NOSQL?
because nosql db is much cheaper?
why not swith ...
0
votes
1answer
124 views
What is the best way to schedule a task in gemstone?
My website runs on gemstone. To provide users with statistical data I need to run periodical tasks. How is this achieved best in gesmtone? From within gemstone or from the operating system? And would ...