ObjectDB Database Search

51-100 of 200 results

Java 6/7 Performance Comparison

embedded mode based on the console tutorial, there seems to be a bit of a performance gap running ... to perform comparably. I've tried running this on a brand new machine as well as my main dev machine ... differences in performance so looking for some advice to see if there is something I have missed or

Performance tuning, best practices

; Now the question is: - how can we tune for performance ? - do we need more processors ... if the performance issue is due to load of several concurrent clients, or maybe same slow performance ... - the best way to improve performance is to explore that query, rephrase it if possible and/or define additional indexes. support Support

Query Execution on parallel threads don't lead to performance improvements

the performance . But we don't see any performance improvements. Is there any possibility to improve the query performance with parallel threads? We use the ObjectDB as an embedded database ... are fine. A parallel query execution doesn't necessarily improve performance , if the serial execution

General Performance Issues Illustrated with a Specific Method

Care Centres across Sri Lanka. We've recently migrated to ObjectDB to improve performance . Despite the migration, we're experiencing general performance issues across all transactions. As requested in ... ObjectDB. You can achieve much better performance by applying minor modifications to the object model

Performance problem

Hi, we have a strange performance problem with ObjectDB 2.5.3_01 and JBoss 7.1.1 ... separate test environment its speed is very good. We did a performance analysis on our 2 linux ... . We pinpointed that from he 53 record performances degrades significantly. On other queries threshold

Performance question

e.g. a date field you want to query for. Is there an improvement in performance if I create ... ? Yes. Mirroring the date will improve performance (unless otherobject is embedded object ... this performance improvement. If you keep the date only in the second entity class - at least define 2

Performance in SELECT statement

implements LocalEntity Please create a separate thread regarding the persisting performance and provide ... will post another thread for the performance issue regards! paddy Patrick Gerhardt

significant performance decrease

/ performance , what can we do ?   hgzwicker Hans-Georg Zwicker More information is needed. Are you using ... cache can help, but not always. Unfortunately getting optimal performance requires tuning

Slow performance on Mac

- Source code - Netbeans profiler traces (seems issue in createEntityManager() performance ) duskov ... ! I am on OSX 10.12.6, JVM 1.8.0_144-b01, and I was also having performance issues

Performance with large databases

When populating a large database (10s of GBs) performance drops suddenly at a certain time whenever I run the populating application.  Is there typically a database size when indexes ... , regardless of the JVM heap size and the ObjectDB cache size). Except this, ObjectDB performance should not

Degrading performance overtime

to see considerable degrade in performance caused internal objectdb locking: "pdncrttorfo42-WSAgent-1 ... if we perform an upgrade is it backwards compatible with old version of files e.g thoes with different

objectdb.java.util.ArrayList and performance

Hello guys, i have a question regarding "objectdb.java.util.ArrayList" and performance . In my project i'm iterating over an array with about 100k items. Fetching them into the EntityManager takes ... this iteration. Can anybody give me a hint whats the reason or how i can increase performance here? ph

Performance and memory usage of queries

Hello, we can't understand why the performance of queries is not the best and the execution requires so much memory. In the implementation of our UnitTests we have used "DELETE FROM Object" to delete the database. That did not work because we often get an "out of memory" exception

Join performance in Objectdb

, it is supposed that the count of every field should be the same performance . I have no time to test

Performance in large transactions

Hello, we have a performance problem when we use a large transaction. Let's do exactly the same in several transactions the ObjectDB works much faster. In our use case, we create many new entities and between the creations we call a select query. The execution of the query becomes slower at each

performance tuning

we have a customer system with 64 GByte RAM, 16 CPUs on 8 sockets, the fastest possible ssd. we wonder if the cache and other settings can be optimized to get the most performance these are the current settings, please advice what we could optimize hgzpincher Hans-Georg Zwicker

Difference performance in ObjectDB Explorer and in java project

other useful hints for object db?  Performance is better, but still not the same 1000 ms in

Performance Questions...

Greetings ObjectDB team, The below questions assume a very large database (~1,000,000,000 objects): Q1: If my whole database is read only, is there a way to exploit this and optimize query performance ? Q2: Do LIKE operations have significant degradation on queries

massive performance issues

we are fighting more or less since version 2.9 with the performance of our systems. We are completely unclear if indexes or statistics are really used.  sometimes a query like this takes takes around 500 ms, sometimes it takes 20 seconds  select distinct o from ObjectNode o join o

performance limit

Hi, can someone share expirience with performance limits of ObjectDB especialy when quering tables with large records sets. Our issue is with tables with 100.000+ records. Everything was OK when we had few thousand records. We have a simple SELECT statement which selects from a table with 100.000

Performance issue in a query due to internal calls visitRefs and visitKeyRefs

Hello, we have a question about a performance issue in a query. We executed a query on the following entity and there is only one entity in the database and we expects that the query is executed within 1 ms. SELECT v.sheetUID FROM TCVector But how you can see in the attached snapshot 'stacktrace

Performance issues on aggregate query

Performance issues on aggregate query

Low performance when getting grove roots

Low performance when getting grove roots

Performance of "InsertTest"

Performance of "InsertTest"

Help: After upgrading from 2.2.8_02 to 2.2.8_04, can't perform LIKE query

Help: After upgrading from 2.2.8_02 to 2.2.8_04, can't perform LIKE query

slow performance for a complex query

slow performance for a complex query

possible index required for improving query performance

possible index required for improving query performance

performance issues, database after adding statistics, after doctor

we face performance issues on queries and therefore compared the times of 2 (same) databases, 2.9.0_05, one after adding statistics and one after additional doctor, here are the results: Query : select distinct o from ObjectNode o where (o.classIdentifier = '(RG)' and o.properties.name

Performance issue with query

Performance issue with query

log entry and massive performance issues

log entry and massive performance issues

Monitoring and Performance counters

Monitoring and Performance counters

jakarta.persistence.ValidationMode

, the persistence provider must perform the automatic validation of entities. If no Bean Validation provider ... behavior. Since: Jakarta Persistence (JPA) 1.0 CALLBACK The persistence provider must perform the lifecycle ... . Since: Jakarta Persistence (JPA) 1.0 NONE The persistence provider must not perform lifecycle

jakarta.persistence.criteria.CriteriaBuilder

( Class targetEntity ) Create a CriteriaDelete query object to perform a bulk delete operation ... query object to perform a bulk update operation. Parameters: targetEntity - target type for update

jakarta.persistence.EntityManager.lock(Object,LockModeType,LockOption...)

attribute, the persistence provider must also perform optimistic version checks when obtaining ... the database when pessimistic locking is performed . IllegalArgumentException - if the instance

jakarta.persistence.EntityManager.lock(Object,LockModeType)

and the entity contains a version attribute, the persistence provider must also perform optimistic version ... - if the entity does not exist in the database when pessimistic locking is performed . IllegalArgumentException

jakarta.persistence.EntityManager.lock(Object,LockModeType,Map)

, the persistence provider must also perform optimistic version checks when obtaining the database ... not exist in the database when pessimistic locking is performed . IllegalArgumentException

jakarta.persistence.PersistenceUnitTransactionType

is done via JTA, or it may be a resource-local entity manager, where transaction management is performed

jakarta.persistence.criteria.PluralJoin

Returns: selection item. Since: Jakarta Persistence (JPA) 1.0 Expression as ( Class type ) Perform

jakarta.persistence.criteria.Path

(JPA) 1.0 Expression as ( Class type ) Perform a typecast upon the expression, returning a new

jakarta.persistence.criteria.Predicate

Persistence (JPA) 1.0 Expression as ( Class type ) Perform a typecast upon the expression, returning

jakarta.persistence.criteria.MapJoin

Expression as ( Class type ) Perform a typecast upon the expression, returning a new expression object

jakarta.persistence.criteria.ParameterExpression

Expression as ( Class type ) Perform a typecast upon the expression, returning a new expression object

jakarta.persistence.criteria.Root

Expression as ( Class type ) Perform a typecast upon the expression, returning a new expression object

jakarta.persistence.criteria.Subquery

as ( Class type ) Perform a typecast upon the expression, returning a new expression object. Unlike

jakarta.persistence.criteria.SetJoin

Returns: selection item. Since: Jakarta Persistence (JPA) 1.0 Expression as ( Class type ) Perform

jakarta.persistence.criteria.CriteriaBuilder.Case

: selection item. Since: Jakarta Persistence (JPA) 1.0 Expression as ( Class type ) Perform a typecast

jakarta.persistence.criteria.CriteriaBuilder.In

type ) Perform a typecast upon the expression, returning a new expression object. Unlike Expression

jakarta.persistence.criteria.CriteriaBuilder.Coalesce

: selection item. Since: Jakarta Persistence (JPA) 1.0 Expression as ( Class type ) Perform a typecast

jakarta.persistence.criteria.CollectionJoin

as ( Class type ) Perform a typecast upon the expression, returning a new expression object. Unlike

jakarta.persistence.criteria.CriteriaUpdate

Jakarta Persistence (JPA) Interface jakarta.persistence.criteria.CriteriaUpdate Type Parameters: - the entity type that is the target of the update Super Interfaces: CommonAbstractCriteria The CriteriaUpdate interface defines functionality for performing bulk update operations using the Criteria