db4o Developer Community

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

Re: slow retrieving data from sample

  •  05-18-2007, 10:19 AM

    Re: slow retrieving data from sample

    thank you for response, but it's method pointsIndex - it indexes only points

    I call these method from db4o tutorial class com.db4o.f1.Main

    public class Main {
        public static void main(String[] args) throws Exception {
    //        FirstStepsExample.main(args);
    //        QueryExample.main(args);
    //        StructuredExample.main(args);
    //        CollectionsExample.main(args);
    //        InheritanceExample.main(args);
    //        DeepExample.main(args);
    //        TransactionExample.main(args);
    //        ClientServerExample.main(args);
            IndexedExample.fillUpDB();
            IndexedExample.noIndex();
            IndexedExample.fullIndex();
            IndexedExample.pilotIndex();
            IndexedExample.pointsIndex();
            IndexedExample.QBEIndex();
    //        DiagnosticExample.testEmpty();
    //        DiagnosticExample.testArbitrary();
    //        DiagnosticExample.testIndexDiagnostics();
       }
    }


    Jan Chodura
    Filed under: ,
View Complete Thread