ObjectDB Database Search

51-100 of 200 results

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

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

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

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

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

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

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

jakarta.persistence.criteria.Expression

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

jakarta.persistence.criteria.CriteriaBuilder.SimpleCase

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

jakarta.persistence.criteria.CriteriaDelete

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

jakarta.persistence.criteria.ListJoin

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

jakarta.persistence.criteria.From

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

jakarta.persistence.criteria.Join

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

jakarta.persistence.SchemaManager

required to perform any specific validation, so the semantics of this operation are entirely provider

jakarta.persistence.PersistenceConfiguration

_DATABASE_ACTION The action to be performed against the database. Standard actions

jakarta.persistence.criteria.CriteriaBuilder.createCriteriaUpdate(Class)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder CriteriaUpdate createCriteriaUpdate (    Class targetEntity ) Create a CriteriaUpdate query object to perform a bulk update operation. Parameters: targetEntity - target type for update operation Returns: the query object. Since: Jakarta Persistence (JPA) 2.1

jakarta.persistence.criteria.CriteriaBuilder.createCriteriaDelete(Class)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder CriteriaDelete createCriteriaDelete (    Class targetEntity ) Create a CriteriaDelete query object to perform a bulk delete operation. Parameters: targetEntity - target type for delete operation Returns: the query object. Since: Jakarta Persistence (JPA) 2.1

jakarta.persistence.ValidationMode.CALLBACK

Jakarta Persistence (JPA) Enum Constant in jakarta.persistence.ValidationMode CALLBACK The persistence provider must perform the lifecycle event validation. It is an error if there is no Bean Validation provider present in the environment. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.ValidationMode.NONE

Jakarta Persistence (JPA) Enum Constant in jakarta.persistence.ValidationMode NONE The persistence provider must not perform lifecycle event validation. Since: Jakarta Persistence (JPA) 1.0