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 » optimization   (RSS)
  • Re: Differences in speed between ObjectManager and real queries

    Yes, that's explained here (also for .NET): http://developer.db4o.com/Resources/view.aspx/Reference/Tuning/Native_Query_Optimization Best.
    Posted to db4o User Forum (Forum) by German Viscuso on September 11, 2008
  • Re: Gotcha

    patrick_roemer:by pointers in one direction (db4o SODA allows you to pose queries that traverse references in the opposite direction)Please can you put an example of such kind of query (opposite direction..)? And with the use of collections to implement relations, can db4o look into a collection looking for a candidate (for example with SODA) ...
    Posted to db4o User Forum (Forum) by dprado on June 23, 2008
  • Boolean operators with Native Queries. Can't be optimized?

    Hello, I'm using Native Queries and I am very confused with the optimization process, because something like the following query can't be optimized:    Dim etiquetas3 As IList(Of Etiqueta) = BD.Contenedor.Query(Of Etiqueta)(AddressOf QueryEtiquetas)     Public Shared Function QueryEtiquetas(ByVal et As Etiqueta) As ...
    Posted to db4o User Forum (Forum) by dprado on June 19, 2008
  • Native Query optimization problems

    Hi there,   I am building an application running on db4o 6.4.38.10595 and Java 1.6.02 and I encounter problems regarding Native Query optimization. I added a DiagnosticToConsole-listener which gives me the following error message: :: db4o 6.4.38.10595 Diagnostics ::  Native query not present. :: Native Query Optimizer could not be ...
    Posted to db4o User Forum (Forum) by berlinermainzer on May 19, 2008
  • Re: Native Query im Clien-Server modus geht nicht!

    Ening:Danke für deine Hilfe!! Ich habe Doku gelesen. Leider habe ich trotzdem nicht kopiert, wir ich das praktisch realisieren kann, dass NQ-Abfrage im C/S - Modus in SODA konvertiert werden.  Wenn Deine NQ falsch interpretiert werden, liegt es wohl, wie bereits von Maik beschrieben, daran, dass die Klassen auf dem Server nicht bekannt ...
    Posted to German (Forum) by Patrick Roemer on April 25, 2008
  • Re: Native Query im Clien-Server modus geht nicht!

    mjablonski:bloat.jar und db4onqopt.jar brauchst Du natürlich nicht, wenn Du in der .NET-Welt lebst...  ..aber dafür die NQ, Instrumentation, Cecil und FlowAnalysis dlls. Sowohl für Java als auch .NET braucht man die zusätzlichen Libs aber nur für optimierte NQ. Sollte eigentlich hier beschrieben ...
    Posted to German (Forum) by Patrick Roemer on April 25, 2008
  • Re: Decrease memory consumption when storing a complicated object

    Hello Origon45, First of all thank you very much for your detailed answer :) Some of the things you said already helped us a bit, and your answer was encouraging.   If you don't mind, I would like to explain again how why are using db4o. We are only using it as a backup mechanism to write memory objects to disk. We create a database file, ...
    Posted to db4o User Forum (Forum) by Aranmanoth on April 20, 2008
  • Beginner Question: Sub Instances? [DB Design]

    Hi there! Beeing new to OOP and OODB, i have a question regarding to designing an oo database: Assume you have a class ''car''. A user should be able to create/derive some kind of ''prototype instances'' or ''prototype classes'', like mazda-xyz, bmw-m9 and so on with a gui. But at the same time there shold be instances to be generated ...
    Posted to db4o User Forum (Forum) by Flo2x on March 18, 2008
  • NQ optimization: Diagnosis says "Native query not present"

    Using db4o 6.4 for java, with single user .yap file or in-memory adapter (i.e., still no c/s).I do have the nqopt and bloat jars on the classpath in ant build file:   <property name=''thirdParty.lib.dir'' location=''${masterbuild.dir}/thirdParty/lib'' description=''dependencies jars'' />  <!-- OO database -->  ...
    Posted to db4o User Forum (Forum) by tatjana.kostic@ch.abb.com on March 13, 2008