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 » perfomance   (RSS)
Showing page 1 of 2 (15 total posts)
  • Q for experts: data model optimization

    My attempt to work with complex Java classes didn't go well. What is a ''complex'' Java class: 3 levels of inheritance, about 80 non-primitive members, among them few 00-sized collections and maps. Well, it all ended on Insertion testing stage - it was slow. Very slow. In the 'success stories' some achieved 200K of simple objects per ...
    Posted to db4o User Forum (Forum) by 325xi on May 29, 2008
  • Re: CPU Usage Spike on db4o Query - .NET

    You may try the SODA equivalent of your desired result. In using native queries, under the hood it is being translated to SODA. Click Here to see a similar thread.
    Posted to db4o User Forum (Forum) by eisanchez on March 6, 2008
  • Need performance tip for persisting large amount of objects

    Hi,  My program generates a huge amount of objects. Near 500,000 in abt a minute.Currently it takes like 10 mins to persist all the above no of objects in db4o 6. Is there any kind of tuning I can do to maximize performance?At the moment I am just concerned with writing and not reading.Will going multi-threaded provide any kind of benefit ...
    Posted to db4o User Forum (Forum) by pdeva on February 26, 2008
  • increasing performance by keeping connection open

    Hi I have a simple question : It would be a good practice to keep the connection open between requests to the database ? For how long by default it can be open ?   Thank 's in advance 
    Posted to db4o User Forum (Forum) by limonn on January 25, 2008
  • Re: Your Requirements for Persistent Collections ?

    I just found this thread, so I thought I would collect here some questions I had previous posted elsewhere relating to collection needs:Re: equest: lazy activation for collectionshttp://developer.db4o.com/forums/post/45692.aspx- about collections needing to load/activate elements on demand, instead of the entire set:- from the fast collections ...
    Posted to db4o User Forum (Forum) by rblaa on January 12, 2008
  • ObjectContainer.set() is expensive?

    ObjectContainer.set() is expensive?I was doing some performance tests for a timesheet application I am writing, and was simulating the addition of thousands of item additions through a web service. Ultimately, the logic of the simulation boils down to:  public class Item { int id; String description; Date date; } ... final int ...
    Posted to db4o User Forum (Forum) by rblaa on January 12, 2008
  • Re: Performance degradation on repeated querying

    Sorry, but I currently do not have the time to strip down an example to show it here. But you may have a look to the attached jprofiler cpu call tree comparison: it shows the difference of cpu usage times for two queries (from within two processes/java vms) ... or do I misinterpret it when saying that there seems to be created some additional ...
    Posted to db4o User Forum (Forum) by jstammi on October 23, 2007
  • Performance degradation on repeated querying

    Hi there, with querying a db4o db repeatedly several times the same way (ant task: open db, query, close db - no explicite data modification) we observed exponential increase in time needed to fetch the query results. First time it took some milliseconds. In the end after about 20 runs it took minutes. By way of jprofiler (cpu callgraph ...
    Posted to db4o User Forum (Forum) by jstammi on October 22, 2007
  • 100% cpu in client-server when database not closed on exit

    Hello,   Sorry for the new thread, but the first one I posted became somewhat unclear. In client-server mode, it seems that CPU is going to 100% on the server thread when some client exits without closing its connection. I think, if this is right, that it is a very annoying problem, as this is something that always could happen ...
    Posted to db4o User Forum (Forum) by ymajoros on September 29, 2007
  • 100 % cpu on client close with client-server

    Hello, Today, I tried the networked client-server db4o flavour. It seems to work great for most things, but one: when my (swing) client is closed, cpu usage is going to 100% (or 50%, dual core) :-( . It isn't the case when the client is running, everything seems to work as planned. If, on the server, I do a ...
    Posted to db4o User Forum (Forum) by ymajoros on September 29, 2007
1 2 Next >