ObjectDB Database Search

51-100 of 200 results

ObjectDB is opening too many sockets

total) 02_firstdb closed connection (File-Close connection) 22 sockets open 03_firstdb open second ... created during socket creation. Those are created with 2 seconds interval ... and nothing prevents the JVM from removing them. Actually it seems that during these 4-5 seconds the JVM

jakarta.persistence.Column.secondPrecision

Jakarta Persistence (JPA) Method in jakarta.persistence.Column int secondPrecision (Optional) The number of decimal digits to use for storing fractional seconds in a SQL time or timestamp column ... seconds should not be stored in a time column, or that the maximum number of digits supported by

Query becomes slower on moving from ObjectDB 1.x to ObjectDB 2.x

, with object 1.x, the same query was getting executed within an seconds and now the same is taking around 40 seconds in object db 2.x I have build the query using the follwoing Query query = persistanceManager ... query.execute(param1, param2); This takes 1 second to execute using objectdb1.x, but the same takes

jakarta.persistence.TypedQuery

: the same query instance. Throws: IllegalArgumentException - if the second argument is not valid

jakarta.persistence.Query

- if the second argument is not valid for the implementation. Since: Jakarta Persistence (JPA) 1.0 Query

jakarta.persistence.StoredProcedureQuery

Returns: the same query instance. Throws: IllegalArgumentException - if the second argument is not valid

jakarta.persistence.SharedCacheMode

Jakarta Persistence (JPA) Enum jakarta.persistence.SharedCacheMode java.lang.Object ∟ java.lang.Enum ∟ jakarta.persistence.SharedCacheMode Implemented Interfaces: Constable , Comparable , Serializable Specifies how the provider must use a second -level cache for the persistence unit. Corresponds

Insertion Speed Rate and Batch Load

1. I got about 10K inserts / second , is it normal? I would expect more than that, like close to 100K/ second . I can definitely do 80K inserts/ seconds on Oracle with batch insert on table ... Device instances per second . But Device is a large object with an array of 100 strings (by the way

Occasionally slow requests in load testing

response times from the DB, around 10 - 15 seconds . Looking at the DB server process with AppDynamics ... is large - execution time may also be much longer than 10-15 seconds . The other stack trace (com ... are so slow (around 10-15 seconds ), this is really visible in our test results. We are running quite

General Performance Issues Illustrated with a Specific Method

: listPatientsByIDsWithBasicData Duration: Takes around 3 seconds to search   Search Method public List ... of Health Sri Lanka You should be able to get the results in milliseconds rather than 3 seconds ... to get the results in milliseconds rather than 3 seconds " was that the execution time should be much faster

virtual servers and one file

), there is a massive drop in performance. We have already seen that queries take more than 20 seconds ... to up to 20 seconds is extreme and requires further investigation. Your suggestion that partial ... gigabytes per second . So actually an absolute overkill for the 7 employees on the Windows Terminal

Performance problem

. In our web application this behaviour gives aprox 10-13 s of refreshing a data table vs 2 second ... from JBoss. • Result - 3 seconds for 50 to 1000 results (this is from JBOSS Vaadin application The production database on the production server from JBoss • Result - 13 seconds for 50 to 1000 results

Insert time increases as db grows.

: 8,5 seconds against 30 seconds with hibernate+mysql. Then I started the test again and got 9,5 seconds ; then 11 seconds and so on. Should I change my config in some way to get more stable insertion time ... and everything worked like a charm: the execution time of test now is around 2 seconds . Thanks for assistance. 4410 Arsenii

Homepage and forum nearly inaccessible

an additional data point I'm experiencing a 15 or so second delay here in Canada where  a second ... times I have up to 15 seconds waiting time for a request to complete. Sometimes it doesn't ... Canada too - one or two second response time. Thank you ObjectDB for your quick fix

First query takes 4+ minutes to complete

. SQLite in comparison responds within few seconds on average with the same number of records. We hope ... of 5 records per second . Each add is a single new object and is wrapped in a transaction. 2. The 2nd ... for about 60 seconds . By this time a number of new records are already being added by

massive performance issues

around 500 ms, sometimes it takes 20 seconds   select distinct o from ObjectNode o join o ... takes around 500 ms, sometimes it takes 20 seconds Can you confirm that the provided databases demonstrate the ~20 seconds in a consistent way? It is just not clear from post #1. support Support

jakarta.persistence.TypedQuery.setHint(String,Object)

: the same query instance. Throws: IllegalArgumentException - if the second argument is not valid for the implementation. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.EntityManager.setProperty(String,Object)

: IllegalArgumentException - if the property or hint name is recognized by the implementation, but the second argument

jakarta.persistence.criteria.CriteriaBuilder.power(Expression,Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Expression power (    Expression x ,    Expression y ) Create an expression that returns the first argument raised to the power of its second argument. Parameters: x - base y - exponent Returns

jakarta.persistence.criteria.CriteriaBuilder.power(Expression,Number)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Expression power (    Expression x ,    Number y ) Create an expression that returns the first argument raised to the power of its second argument. Parameters: x - base y - exponent Returns

jakarta.persistence.criteria.CriteriaBuilder.round(Expression,Integer)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Expression round (    Expression x ,    Integer n ) Create an expression that returns the first argument rounded to the number of decimal places given by the second argument. Parameters: x - base n

jakarta.persistence.criteria.CriteriaBuilder.between(Expression,Y,Y)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate between (    Expression v ,    Y x ,    Y y ) Create a predicate for testing whether the first argument is between the second and third arguments in value. Parameters: x - value

jakarta.persistence.criteria.CriteriaBuilder.gt(Expression,Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate gt (    Expression x ,    Expression y ) Create a predicate for testing whether the first argument is greater than the second . Parameters: x - expression y - expression Returns: greater-than predicate. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.gt(Expression,Number)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate gt (    Expression x ,    Number y ) Create a predicate for testing whether the first argument is greater than the second . Parameters: x - expression y - value Returns: greater-than predicate. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.ge(Expression,Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate ge (    Expression x ,    Expression y ) Create a predicate for testing whether the first argument is greater than or equal to the second . Parameters: x - expression y - expression

jakarta.persistence.criteria.CriteriaBuilder.lessThan(Expression,Y)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate lessThan (    Expression x ,    Y y ) Create a predicate for testing whether the first argument is less than the second . Parameters: x - expression y - value Returns: less-than predicate. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.lessThanOrEqualTo(Expression,Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate lessThanOrEqualTo (    Expression x ,    Expression y ) Create a predicate for testing whether the first argument is less than or equal to the second . Parameters: x - expression y

jakarta.persistence.criteria.CriteriaBuilder.lessThanOrEqualTo(Expression,Y)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate lessThanOrEqualTo (    Expression x ,    Y y ) Create a predicate for testing whether the first argument is less than or equal to the second . Parameters: x - expression y - value Returns

jakarta.persistence.criteria.CriteriaBuilder.between(Expression,Expression,Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate between (    Expression v ,    Expression x ,    Expression y ) Create a predicate for testing whether the first argument is between the second and third arguments in value

jakarta.persistence.criteria.CriteriaBuilder.le(Expression,Number)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate le (    Expression x ,    Number y ) Create a predicate for testing whether the first argument is less than or equal to the second . Parameters: x - expression y - value Returns

jakarta.persistence.criteria.CriteriaBuilder.ge(Expression,Number)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate ge (    Expression x ,    Number y ) Create a predicate for testing whether the first argument is greater than or equal to the second . Parameters: x - expression y - value Returns

jakarta.persistence.criteria.CriteriaBuilder.lt(Expression,Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate lt (    Expression x ,    Expression y ) Create a predicate for testing whether the first argument is less than the second . Parameters: x - expression y - expression Returns: less-than predicate. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.lt(Expression,Number)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate lt (    Expression x ,    Number y ) Create a predicate for testing whether the first argument is less than the second . Parameters: x - expression y - value Returns: less-than predicate. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.le(Expression,Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate le (    Expression x ,    Expression y ) Create a predicate for testing whether the first argument is less than or equal to the second . Parameters: x - expression y - expression Returns

jakarta.persistence.criteria.CriteriaBuilder.greaterThan(Expression,Y)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate greaterThan (    Expression x ,    Y y ) Create a predicate for testing whether the first argument is greater than the second . Parameters: x - expression y - value Returns: greater-than predicate. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.greaterThanOrEqualTo(Expression,Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate greaterThanOrEqualTo (    Expression x ,    Expression y ) Create a predicate for testing whether the first argument is greater than or equal to the second . Parameters: x - expression y

jakarta.persistence.criteria.CriteriaBuilder.greaterThanOrEqualTo(Expression,Y)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate greaterThanOrEqualTo (    Expression x ,    Y y ) Create a predicate for testing whether the first argument is greater than or equal to the second . Parameters: x - expression y - value

jakarta.persistence.criteria.CriteriaBuilder.lessThan(Expression,Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate lessThan (    Expression x ,    Expression y ) Create a predicate for testing whether the first argument is less than the second . Parameters: x - expression y - expression Returns: less-than predicate. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.greaterThan(Expression,Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate greaterThan (    Expression x ,    Expression y ) Create a predicate for testing whether the first argument is greater than the second . Parameters: x - expression y - expression Returns

jakarta.persistence.StoredProcedureQuery.setHint(String,Object)

. Throws: IllegalArgumentException - if the second argument is not valid for the implementation. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.EntityManager.find(Class,Object)

- if the first argument does not denote an entity type or if the second argument is not a valid type

jakarta.persistence.EntityManager.find(EntityGraph,Object,FindOption...)

unit, or if the second argument is not a valid non-null instance of the entity primary key type

jakarta.persistence.EntityManager.getReference(Class,Object)

the second argument is not a valid type for that entity's primary key or is null. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.EntityManager.find(Class,Object,Map)

- if the first argument does not denote an entity type or if the second argument is not a valid type

jakarta.persistence.EntityManager.find(Class,Object,LockModeType)

the second argument is not a valid type for that entity's primary key or is null

jakarta.persistence.EntityManager.find(Class,Object,LockModeType,Map)

- if the first argument does not denote an entity type or the second argument is not a valid type

jakarta.persistence.EntityManager.find(Class,Object,FindOption...)

unit, or if the second argument is not a valid non-null instance of the entity primary key type

jakarta.persistence.Query.setHint(String,Object)

query instance. Throws: IllegalArgumentException - if the second argument is not valid for the implementation. Since: Jakarta Persistence (JPA) 1.0

each 1-2 days objects on some objectdb level lock/block each other

(0x00000000b6681e10) by one thread. The second thread dump (0x00000000bc88c318) is related ... to time that a query that normally takes a second does take minutes hgzwicker Hans-Georg Zwicker The first ... (and a few seconds could also be considered by users as slow), e.g. by using additional indexes, to prevent

retrieval again and again started

seconds ? In this case an exception is expected, but the log lines should be improved, as reader ... seconds timeout set. At the times when the timeout happens the system is very slow hgzpincher Hans ... info that should be removed). Obviously queries that need more than 100 seconds slow