db4o Developer Community

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

query performance with collections

  •  08-29-2007, 02:45 AM

    query performance with collections

    Lets say that Asset contains a List<Calibration> and Calibration has a "String technician".  My objective is to find all of the Assets that have Calibrations done by a certain technician.  The query I'm using to solve this seams too slow.  Is there any way to create an index that will help speed this up.  I also tried using a Db4oList as my list, but it didn't seem to help.  Any ideas on how query performance can be improved when dealing with collections like this case?

     


     

    Filed under: ,
View Complete Thread