Internal Website Search
51-100 of 102 resultsPerformance issue in a query due to compareTo calls Hello, we have a question again regarding query performance. The query: SELECT v FROM Values v WHERE v.step.stepNumber = ? is very slow in comparing to the query: SELECT v FROM Values v WHERE v.stepNumber = ? Can you explain why the first query needs so much time or do you have a hint | |
Memory Leak in EntityManagerFactory ? all) are affectet which results in a slow but increasing memory consumtion of our server | |
Performance in large transactions.) Pseudocode for the fast and the slow solution FAST: for (i = 0; i | |
Navigation to Collection Elements in queries lead to performance penalty, how slow is it and would you recommend something better | |
Is it possible to remove parent/child entities without refresh? We have a big entity object tree in our project. If I use the entityManager.remove(childEntity) method to remove a child entity a entityManager.refresh(parentEntity) is necessary in order to have an updated parent/child object tree in memory. But entityManager.refresh is too slow for our project | |
Future JDO versions? Steve Zara Development of JDO in the recent years is slow , and there are only a few JDO features | |
Failed to synchronize replicated database but might be slow if the database is very large, and may cause issues if there is no sufficient space | |
Bulk Delete and Update - best practice?) but this is painfully slow when there is a high number of large objects. thumbripper Richard Szurgot Currently | |
significant performance decrease hgzwicker Hans-Georg Zwicker An additional index on childNodes should help. If it is still slow , try | |
Index causes increased memory usage the temporary file threshold , but that may slow performance. To understand the problem better | |
Improvement in replication all the slaves that they got the update since this could slow transactions. support Support | |
First query takes 4+ minutes to complete): public List getExtensionByDate() { em.clear(); // TODO Remove me for production. Testing slow query | |
JPA Configuration without persistance.xml Hi, I've been using Hibernate with JPA, and found it too slow , so am moving my project to use ObjectDB. My Jar is being held inside another application, so I don't want to have to rely on a persistance.xml file being in a particular place. When using Hibernate, I was able | |
Should I use ObjectDB and JDO? it might be faster than JPA because I am storing objects to avoid apparent relative slowness of  | |
100% CPU when using multiple BETWEEN prolancer Emil Andonov Thanks. Download is very slow and could take many hours | |
Getting sales quantity per country with a query, an idea anyone? is too slow and inefficient. Thanks. lo Hoel Possibly you may be able to retrieve that information using | |
Remove a modified entity cause an optimistic lock exception We started exploring your question, but the size of the OSGI test case makes progress very slow | |
Doctor - high memory usage that the 1:10 ratio is only for relatively small databases. It is true, however, that it is slow | |
Performance Issues After Migrating to ObjectDB - Urgent Assistance Required, if you have a slow query you should provide all the details on that query and its execution | |
Create simple index for a Id field, but still too slow in my opinion. Notice I have a db with at least 1M objects, the only way I want | |
ObjectDB is opening too many sockets and it's still not enough. We have 1 ODB Server started without any connections to it, and the sockets are slowing | |
ODB-WeakRefPurger threads not closing at all operation is slow , it may indicate that this timeout may not be sufficient. support Support I am closing | |
Suspected memleak caused by bad state of EntityManager Our application manages the Entities itself, so we close the EntityManager after every creating and using. We find a slow memleak in our application recently, and by trace of Entity construct and finalize, we found the problem is caused by bad state of EntityManager. After first throwing | |
Efficient query on EmbeddedId, and queries on field2 may be slow , since as you wrote an entire database scan is required. Notice | |
Should I be able to persist a JFrame (or gui components in general)?" interfaces like this, so that I am not spending a long time (I'm slow ) programming what I'll | |
can removing an entity throw an exception if the entity is in use? model. It might be a slow query. Maybe indexes on the relevant fields of B could help. support | |
How best to unbind all names? was concerned that using JDO queries even on the primary key would be slow . The created schema is in fact | |
IMK Stall with certain query Hoel No such known issue. The query looks fine. It could be slow if you have many orders. Indexes | |
Failover from Master to Slave that is either slow to respond or not working properly. That would prevent this scenario. rlgarris Richard | |
Storing Images and Object Pooling = query.getResultList(); Producing everytime ResultList ( Garbage collection destroy and remake ) slows | |
Listing large number of complicated objects with paging..setFirstResult(start).setMaxResults(count).getResultList(); is quite slow . Well, after first request and "warming | |
Is it ok to put list or map of embeddable objects in entity ? this. About the slow lazy loading - a test case that demonstrates it is needed to evaluate this. support Support | |
removing members in existing databases priority thread. It also seems that it will be slow as option 2a, as emptying list fields updates | |
Left join fetch behaviour doesn't retrieve children? implementations could make the test right but slow . It's would also be really great to put these new | |
com.objectdb.o.TEX: Type ... is not found, for a class that's already been enhanced successfully. performance from ObjectDB, not exactly sure what the problem is. Try to isolate the slow performance, e.g | |
Inverse OneToMany Mapping and EmbeddedId.06G v 2.9.0_05 ( slow ) find_1_N_1Y() PT20.812S -1.10G/0.46G find_1_N_1Y() PT26.748S +0.29G/0.86G find_1 | |
database corrupt may be to enable recording: This is rarely used, may slow | |
again merger missing logs + objectdb exception. With no ability to reproduce the problem (yet) progress is slow , but we are getting closer and hope | |
ObjectDB 2.7.0 property access mode. Fixed a bug in allowing page sizes larger than 64KB (which are not supported by ObjectDB). Fixed an issue of very slow online backup. | |
ArrayIndexOutOfBounds with Critera API and function call because: It is non standard JPA extension. It is inefficient ( slow ). But it should work | |
query.getResultList() throws ClassCastException; This caused the ID lookups on non-existent entities to be " slow " due to an internal exception (thrown | |
Exception makes the system unusable for several minutes maybe by users?), which may cause a general slowness . support Support the problem | |
ObjectDB 2.8.6_02 Fixed a bug in the new option to slow backup in client-server mode (see feature request #2681 ). | |
ObjectDB 2.5.2 Added automatic creation of the log directory if it does not exist. Added support of old Spring Framework versions (with JPA 1.0). Fixed "InternalException: InterruptedException" due to application interrupts in embedded mode. Fixed a class loading conflict with Log4j. Fixed very slow processing | |
Database File Encryption ObjectDB supports encryption of client-server communication over the network using SSL . Encryption of data in database files is less commonly used, since it slows the database. In addition, when necessary, external encryption can be used (e.g. at the operating system level | |
InternalException using 2.3.7_12 the exception will help. support Support Sorry for the slow reply, I've been away for a couple of days | |
ObjectDB 2.4.0 queries. Fixed a possibly very slow query execution when using entity parameters. Fixed issues in navigation through detached objects . | |
500Mb ObjectDb database opening issue Hi, I have observed that 500 Mb objectDb database opening time is very slow (~3 seconds) for following code long time = System.currentTimeMillis(); m_EntityMgrFactory = Persistence.createEntityManagerFactory( "objectdb:" + aFilename ); m_EntityManager = m_EntityMgrFactory.createEntityManager | |
Multiple MEMBER OF query the query more complex and slow unnecessarily (e.g. for the OR query in your post), so any | |
ObjectDB 2.8.6_01 Added an option to slow backup (see feature request #268 1). |