WHY OJB SPEND MORE AND MORE TIME TO STORE OBJECTS ?

2003-12-04 Thread ghielard
Hi everybody, i have an important problem of performance. I'd tried every type of object cache (default,empty,perBroker), i instanciated a new PersistenceBroker instance each time i had a storing sequence in my java Code, or I kept the same for all storing sequence. I did it the same thing with

Re: WHY OJB SPEND MORE AND MORE TIME TO STORE OBJECTS ?

2003-12-04 Thread Daniel Perry
Can you post the related repository.xml and java code? It's impossible to say without looking at the code. Daniel. - Original Message - From: ghielard [EMAIL PROTECTED] To: OJB User [EMAIL PROTECTED] Sent: Thursday, December 04, 2003 2:23 PM Subject: WHY OJB SPEND MORE AND MORE TIME

Antwort: WHY OJB SPEND MORE AND MORE TIME TO STORE OBJECTS ?

2003-12-04 Thread RBaron-Riege
Hi, is it possible that you have an index on that table??? If you build a complex index every time you insert a set of data your index takes more time. cheers, Ralf ghielard [EMAIL PROTECTED] schrieb am 04.12.2003 15:23:45: Hi everybody, i have an important problem of performance. I'd

RE: Antwort: WHY OJB SPEND MORE AND MORE TIME TO STORE OBJECTS ?

2003-12-04 Thread ghielard
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoye : jeudi 4 decembre 2003 15:50 A : OJB Users List Objet : Antwort: WHY OJB SPEND MORE AND MORE TIME TO STORE OBJECTS ? Hi, is it possible that you have an index on that table??? If you build a complex index every time you insert a set of data

Re: Antwort: WHY OJB SPEND MORE AND MORE TIME TO STORE OBJECTS ?

2003-12-04 Thread Daniel Perry
- From: ghielard [EMAIL PROTECTED] To: OJB Users List [EMAIL PROTECTED] Sent: Thursday, December 04, 2003 3:23 PM Subject: RE: Antwort: WHY OJB SPEND MORE AND MORE TIME TO STORE OBJECTS ? There is no index in my database, only primary and foreign keys. The phenomena still the same

WHY OJB SPEND MORE AND MORE TIME TO STORE OBJECTS ?

2003-12-04 Thread ghielard
Hi everybody, i have an important problem of performance. I'd tried every type of object cache (default,empty,perBroker), i instanciated a new PersistenceBroker instance each time i had a storing sequence in my java Code, or I kept the same for all storing sequence. I did it the same thing with

RE: Antwort: WHY OJB SPEND MORE AND MORE TIME TO STORE OBJECTS ?

2003-12-04 Thread ghielard
user Siegfried Goeschl -Ursprüngliche Nachricht- Von: ghielard [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 04. Dezember 2003 16:23 An: OJB Users List Betreff: RE: Antwort: WHY OJB SPEND MORE AND MORE TIME TO STORE OBJECTS ? There is no index in my database, only primary and foreign keys

RE: Antwort: WHY OJB SPEND MORE AND MORE TIME TO STORE OBJECTS ?

2003-12-04 Thread ghielard
décembre 2003 16:35 À : OJB Users List Objet : Re: Antwort: WHY OJB SPEND MORE AND MORE TIME TO STORE OBJECTS ? If you leave data in your database, and run the test again, does it start quickly or slowly? This should tell if the problem is to do with size of database, or to do with the code. any