db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » indexing   (RSS)
  • Re: Spatial Indexing and Querying

    Has this project ever been finished? I am just about to start a related project for my MA thesis and I'd love to see working spatial index in db4o.  
    Posted to db4o Product Developer Forum (Forum) by pablo~ on November 14, 2008
  • indexing and secondary storage in DB4O---URGENT

    Hello, Beign a novice with DB4O,this question might be a little silly to answer.Actually I am doing a research project on object oriented databases and i want some infor mation regarding how the objects ,once persisted are stored on to the hard disk along with the indexing mechanisms used there.I went through the documents provided and I can ...
    Posted to db4o User Forum (Forum) by neeraj ramani on March 10, 2008
  • Re: Whitepaper on Next-Generation Object Database Standardization

    Hey everyone- Read the following post from a thread on Slashdot about Brian Aker's thoughts on relational & OO databases (see http://interviews.slashdot.org/article.pl?sid=07/11/28/0019253&from=rss ): Today if you look around in the open source world you will find examples where developers are wrapping OO layers on top of the relational ...
    Posted to ODBMS.ORG (Forum) by mpcard on November 28, 2007
  • Re: Whitepaper on Next-Generation Object Database Standardization

    To address Anat's questions: I would like our efforts to address all of the key areas Anat cites: activation (e.g. bringing an object from persistent storage into main memory), indexing, unique constraints, synchronization, and replication. I believe we will be on the right path if we can define the semantics of these things in abstract terms, ...
    Posted to ODBMS.ORG (Forum) by mpcard on November 14, 2007
  • Indexing more than one field

    Is it right that I can create index of the required fields of a class to improve the query performance? For example, Class Test { String Id; String name; ...  }  Db4o.configure().objectClass(Test.class).objectField(''Id'').indexed(true); Db4o.configure().objectClass(Test.class).objectField(''name'').indexed(true);  Will ...
    Posted to db4o User Forum (Forum) by prathabk on August 8, 2007
  • Terrible performance with a uniqueness constraint/check

    I'm playing around with db4o to see if I can use if for future projects. I have created a simple application with one entity to store. The entity has a string data member that I require to be unique. I will always retrieve objects based on this data member thus I removed the class index and and defined a new one for the data ...
    Posted to db4o User Forum (Forum) by exyll on May 27, 2007
  • Re: Any way to speed this up?

    Please go through http://developer.db4o.com/Resources/view.aspx/Reference/Db4o_Database_Management/Indexing
    Posted to db4o User Forum (Forum) by gdheer on March 23, 2007
  • Basics of Indexing

    Hi! I've found a document that explains indexing in the context of an ODBMS: http://www.cs.rmit.edu.au/~zahirt/Teaching/oodb/Projects/indexing.ps It's a nice intro! Best regards, German
    Posted to db4o Product Developer Forum (Forum) by German Viscuso on December 8, 2006