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 » Performance   (RSS)
Showing page 1 of 8 (79 total posts)
  • db4o performance as a cache

    After his last blog post about integrating db4o with Grails here's Steve Zara's follow up blog post about testing db4o performance. For this usecase db4o proved to be much faster than an ORM solution and also as fast a pure cache system with all the advantages of using a database system (eg queries). Way to go!
    Posted to Community News (Weblog) by German Viscuso on September 5, 2008
  • About Performance Hints

    Hello, I am using db4o in a ~1000 (very complex) objects database. Queries run very very slow, so I read the ''Performance Hints'' here: http://developer.db4o.com/Resources/view.aspx/Reference/Tuning/Performance_Hints The configuration that optimizes best the performance is the following: Db4o.configure().callConstructors(true);If I use ...
    Posted to db4o User Forum (Forum) by sagaro01 on August 27, 2008
  • What is the proper way to make my query run faster

    I am learning db4o and like it a lot. Obviously I testing performance. And I do have a problem with the following.I am using SODA.My database contains 2 000 Products, 30 100 Customers and 300 100 Orders.An Order contains a reference to a Product instance and a Customer Instance.I have one index on Customer.LastName, Order.Amount and ...
    Posted to Performance Forum (Forum) by ftorres on July 27, 2008
  • Re: Major performance bottlenecks

    Hi! Thanks for sharing this info. Have you tried the NonFlushingIoAdapter? Best.
    Posted to db4o Product Developer Forum (Forum) by German Viscuso on June 29, 2008
  • New Performance Contest - help us make db4o ultra fast!

    We invite you to participate in the db4o performance contest which will give away 6000 USD in prizes! Basically participants will provide patches to the db4o core that impact on performance and then these modifications will be judged by the community to select the winners. In order to make the whole process easier we're providing the ...
    Posted to Community News (Weblog) by German Viscuso on June 27, 2008
  • Performance Contest

    In this session Carl and Norberto demonstrate how to get started with the 1st db4o performance contest. (Watch on-line without downloading here)
    Posted to Paircasts (Weblog) by Carl Rosenberger on June 13, 2008
  • Switching files: local (embedded) server?

    One of the requirements of my project is to keep files at certain size, which means when db file reaches its predefined limit I have to open a new one. I was thinking to use ExtClient.switchToFile(), but just discovered it's not available in local mode. Application is performance-critical, so I'm looking for the fastest possible way to do it to ...
    Posted to db4o User Forum (Forum) by 325xi on May 23, 2008
  • JProbe Profiling Session on Reflection and Read Performance

    In this session Carl and Rodrigo use the JProbe profiler to analyse how reflection impacts the read and write performance of db4o for Java. They discover that the impact is very small and find a potential area to tune activation performance. (Watch on-line without downloading here)
    Posted to Paircasts (Weblog) by Carl Rosenberger on May 20, 2008
  • Custom Reflector with direct field access

    In this session Rodrigo and Carl write a custom reflector with direct field access to be able to test the impact of reflection calls on the performance of db4o empirically. (Watch on-line without downloading here)
    Posted to Paircasts (Weblog) by Carl Rosenberger on May 19, 2008
  • Performance analyzis using db4o in android project

    Hello.  Like the other folks, I've been using db4o in Android, and I'm also a bit annoyed by the fact that you need to open and close the db connection on every new activity. I know that this is something that you cannot circumvent, unless you develop an Android service.  Moreover, the built-in Android traceview does not seem to work ...
    Posted to Android (Forum) by Edouard Mercier on April 25, 2008
1 2 3 4 5 Next > ... Last ยป