After converting each odb file using converer.jar (through Process spawning) and then i am using Doctor (using process spawn) to to repair. I got the following log when using doctor
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46] ObjectDB Doctor [version 2.3.7_25]
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46] Copyright (c) 2012, ObjectDB Software. All rights reserved.
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46]
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46] Scanning the database file...
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46] 1MB (total)
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46]
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46] Analyzing database structure...
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46] 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46]
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46] -------------------------
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46] No errors have been found
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46] -------------------------
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46]
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46] Creating a database copy...
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46] 15944 entity objects (total) have been migrated.
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46]
11-Sep 14:55:33 ERROR [ProcessSpawner.execute:46] New database copy is ready at: E:\temp\\LogEntryAttribute.odb
When i am trying to execute the query, still it is taking the same amount of time.
11-Sep 14:55:58 ERROR [JDORepository.retrieve:482] Start Time : class com.anritsu.eu.rtd.logger.rtdtool.LogEntryAttributeImpl
11-Sep 14:56:34 ERROR [JDORepository.retrieve:484] End Time Time
11-Sep 14:56:34 ERROR [JDORepository.retrieve:482] Start Time : class com.anritsu.eu.rtd.logger.rtdtool.LogEntryAttributeImpl
11-Sep 14:57:09 ERROR [JDORepository.retrieve:484] End Time Time
11-Sep 14:57:09 ERROR [JDORepository.retrieve:482] Start Time : class com.anritsu.eu.rtd.logger.rtdtool.LogEntryAttributeImpl
11-Sep 14:57:44 ERROR [JDORepository.retrieve:484] End Time Time
11-Sep 14:57:44 ERROR [JDORepository.retrieve:482] Start Time : class com.anritsu.eu.rtd.logger.rtdtool.LogEntryAttributeImpl
11-Sep 14:58:19 ERROR [JDORepository.retrieve:484] End Time Time
11-Sep 14:58:19 ERROR [JDORepository.retrieve:482] Start Time : class com.anritsu.eu.rtd.logger.rtdtool.LogEntryAttributeImpl
11-Sep 14:58:19 ERROR [JDORepository.retrieve:484] End Time Time
11-Sep 14:58:19 ERROR [JDORepository.retrieve:482] Start Time : class com.anritsu.eu.rtd.logger.rtdtool.LogEntryAttributeImpl
11-Sep 14:58:55 ERROR [JDORepository.retrieve:484] End Time Time
11-Sep 14:58:55 ERROR [JDORepository.retrieve:482] Start Time : class com.anritsu.eu.rtd.logger.rtdtool.LogEntryAttributeImpl
11-Sep 14:58:55 ERROR [JDORepository.retrieve:484] End Time Time
Here I am executing the different query for 7 times and total execution time is approx 3 minutes, which is highly unexpectable for our software release. Please find the database file after repair