ObjectDB Database Search
151-200 of 200 resultsA few questions on object database design are easier to perform . Intuitively, I created an entity class called player and stored ... objects improves performance by eliminating the need to persist and retrieve small pieces of data ... , so if you already have tests that check the performance of your application, you should use them to check what is better. support Support | |
Index causes increased memory usage; While this improved query performance considerably, we have noted that our database application ... the temporary file threshold , but that may slow performance . To understand the problem better ... thread pool in order to get good performance for our 8-core server? cvtsc Dev Team If you have 30 | |
Open several objectdb databases the same time-server connections. support Support What about database access performance (read/write speed ... The first process will have the performance of embedded mode and the others will have the performance of server mode, which is slower. support Support Brilliant! I can confirm that using undocumented | |
Should I use ObjectDB and JDO? My application is not meeting required performance because JavaDB appears to be my bottleneck ... keeping current? If they can meet my current needs (EXTREME performance is required) then maybe ... , but they have their market, especially when performance is essential. ObjectDB is here to stay | |
JPA vs JDO - which is more efficient for OneToMany queries? I'm curious about the trade offs between JDO and JPA. Seems to me that JDO will perform better ... of static typing with the JPA version, is there a performance hit? ie: with the JDO version ... .customer) ? If no performance difference, then JDO wins due to static typing, in my view. dmoshal David | |
in-memory and on-disk support? physical memory as cache, so you may find that you get the performance that you need ... ; bensteele Ben Steele Actually, a RAM drive provides excellent performance and because ObjectDB uses ... later is a small additional advantage. It will only help query performance . Purging old data | |
com.objectdb.o.TEX: Type ... is not found, for a class that's already been enhanced successfully. Noticing very poor performance from ObjectDB, not exactly sure what the problem is. Tried to implement Enhancement (because the log always says that the classes are not enhanced). The main class ... performance from ObjectDB, not exactly sure what the problem is. Try to isolate the slow performance , e.g | |
ObjectDB fast queries duplicate ids.Is there any better way to use them on objectdb without duplicate and keep performance ... performance . You are "fighting the framework" by trying to manually manage Foreign Keys. Here is the better, standard, and high- performance way to do this in ObjectDB (and JPA in general). ### 1. The Entity | |
Selective merge/cascade of detatched entity promise I haven't changed anything' flag, then to perform the modification, and for things that change ... ://www.objectdb.com/java/jpa/tool/enhancer#Load_Time_Java_Agent_Enhancement_ This improved performance by between 5-30%, but this is still significantly slower than I'd hoped. I performed printlns | |
Online backup problem Hi, We are trying to create a servlet that performs database online backup. Unfortunately, even though no exception is thrown, backup files aren't created. When I turn on DEBUG logging in ODB, I ... home directory on db server. I also tried to perform backup from standalone application | |
ObjectDB throws `NullPointerException` in internal code (`com.objectdb.o.ENH.b`) becomes more complex. Such changes must be performed with great care. When ObjectDB starts after the refactoring ... operations that were performed would help us better understand and diagnose the issue. support Support | |
Optimistic locking: prevent version increment on entity collection attribute side). Regarding performance , it may improve performance of adding / removing readers, but traversal from | |
Mismatch client-server protocol prefix Support Do I have to make this change on the server? How does this affect performance ... performance a bit or may not, but if it eliminates the issue it will help for diagnosis. It is definitely | |
Is 2 level cache in use? was modified with: But after few benchmarks I don't really see any difference in performance . ODB ... and then check if it is cached. The L2 cache doesn't always improve performance . It depends on the application | |
version 2.8.9_06 significantly slower for queries compared to 2.8.9 fixed an issue with queries ( issue #2858 ) but had a known query performance regression. It was fixed in version 2.8.9_02 but maybe there is another relevant query performance regression | |
Type xxx is not found (error 301)) 3) use jdo from jpa - is there a performance penalty for unwrapping PersistenceManager.class ... David Moshal 3) use jdo from jpa - is there a performance penalty for unwrapping PersistenceManager | |
Evaluating ObjectDB for SaaS Application of one writer and multiple readers provides better performance because the coordination between the servers ... including better performance , full ACID, richer queries and rapid development. support Support | |
Database Files to the odb file in order to improve the performance . As long as the data is written to the recovery ... ; , but is is expected to decrease the performance . The .odr files are related to the recording | |
High availability and other pratical questions it: As the embedded DB seems to be with superior performance would you recommend using it with TomEE ... mode is faster, so embedding ObjectDB in the main Tomcat server will improve performance | |
Navigation to Collection Elements) and it also leads to performance penalty. support Support Thank you for your fast reply. I really meant ... in queries lead to performance penalty, how slow is it and would you recommend something better | |
Database size is much larger than expected (x2), how to test the real performance of objectdb? The structure of my class is ::=( , , , , ), why "any ... gzdillon Lai Yang Sure. You should test the performance of ObjectDB with real data | |
Indexing a field results in internal Exception I have an application that I have been converting from JPA/MySQL to JDO/ObjectDB and I have hit a problem with indexing. An index on a String field is required to give good performance but if I add ... versions, as we have had positive experiences of the performances of object databases and JDO | |
Queries are slow on a large database Hi, I have a 12GB database with 787603 entries. It is much larger than usual and there are performances issues. I am doing small queries and they take much longer than I expect, i.e.: Get the total ... and the performances are much better. I will try composite index later. However there is one thing I haven't | |
Bidirectional OneToMany is slow on updated items. A simple action that can improve performance dramatically, is to avoid using mapped by collections ... runs are faster than the 1st. If you need to improve performance further, consider replacing | |
Query becomes slower on moving from ObjectDB 1.x to ObjectDB 2.x, so it should be possible to get at least similar performance for this query with ObjectDB 2.x. Maybe ... that demonstrates this performance problem. Your other question will be moved to a separate forum | |
Insert time increases as db grows.? 4410 Arsenii With enhanced classes you may get much better performance . Enhancement is very easy ... after every commit , to avoid further performance loss over time. support Support Well, I'm using Spring Data JPA | |
Query for objects persisted within the same transaction/java/jpa/query/setting#Flush_Mode_setFlushMode support Support Thanks, The part about performance in documentation is so true. I think I'll stick with map to check for duplicates, as performance drop is like 20x - just tested. lwalkowski Lukasz Walkowski | |
Duplicate a table for this purpose. Use enhanced classes to get best performance in reading and writing the objects. The impact of object instantiation on performance should be minor. support Support | |
Mapped By Fetch is very Slow Well ! I think i pointed out a HUGE performance issue with mapped-by attribute (yeah again :( ). Here is the test case : 1- Create 100 000 entities with for each 1 entity with @OneToOne(mappedBy ... , go the MyEntity class and remove "mapped-by". You obtain 1 second max of query fetch. So my performance | |
index - data rewrite where just deleted on which we applied indexing. We found a solution for this past performance problem and didnt try with indexes any more until now when we have another performance issue which we believe | |
@Convert is not supported? to perform some custom code when instantiating the object i can keep the cache and make sure that in any ... to perform some custom code when instantiating the object i can keep the cache and make sure | |
How Should I Configure objectdb.conf to Obtain 256KB Disk IO Requests and Maximize Shared PersistenceManager Entity Cache? (because it is stored on an Amazon EBS disk which has max performance at that size and reduces monetary fees by having ... on an Amazon EBS disk which has max performance at that size and reduces monetary fees by having fewer | |
Object explorer cannot open odb file. ObjectDB many-to-many relationship since it requires query execution. Usually you can get better performance by using two unidirectional  ... ) is not supported by ORM JPA implementations, so you will be leveraging the performance advantage of ObjectDB. support Support | |
Internal objectdb error when execute a flush We get an internal objectdb error, when we execute a flush. Why? What's wrong? It performs with version objectdb-2.6.4_04. It does not perform with version objectdb-2.6.6_04. Caused by: com.objectdb.o.InternalException: Unexpected internal exception at com.objectdb.o.JPE.h(JPE.java:168 | |
Object DB vs EclipseLink/TopLink: Unloaded relationships in detached entities (which requires some re-coding and has performance consequences when large relationship hierarchies ... all the benefits of lazy loading of course. 2. Perform the query within a @Stateful session bean | |
More Efficient Primary Keys, how much performance improvement would bring a switch to a single long? btc_es BTC EmbeddedSystems Unfortunately ... if a composite of two longs can produce any performance gain over a single string. support Support | |
objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation - Edit activation code in objectdb.conf as needed. - Open in NetBeans8.1 and perform Clean and Build ... getOldValue(); //void setOldValue(T oldValue); The entity model creation is performed in Main at: 61 | |
locks on pure query activities, but it is unclear if this would improve the performance of your application, as apparently I/O operations ... the -D JVM argument). It is unclear if this could improve performance of your application | |
A bidirectional OneToOne association with a shared primary key, at least at the owner side, otherwise the association will not be created. Regarding performance , in ... that I can be sure to obtain the performance advantage you mentioned, can you provide or point | |
query.getResultList() throws ClassCastException Thank you for this bug report and for the test. Version 2.3.1 fixes the exception. Some performance tips for this test: You can improve persist performance by using smaller transactions (commit ... (because it would consume less RAM). You can improve query performance by retrieving field values rather than entity | |
Database File Encryption. There are options such as using an encrypted file system, but you will pay a performance penalty. This also means that the entire DB is encrypted which is okay, but if performance is an issue ... to be encrypted, so performance for the majority of the system would not suffer, but there are very critical | |
Memory leak in com.objectdb.o.CST; Perhaps there is some performance tradoff with this update to save memory usage? In the attached ... this update) and see if there's a performance difference. Trianglehead Json Error Just an update | |
NullPointerException when using multithreading performance may be improved by: Enhancing the code. Using embedded mode instead of client server mode ... is performing very well now that I have adjusted my executor and allowed for enough time for the worker | |
Referential Integrity integrity has a performance overhead. If during tests the application doesn't create dangling ... at runtime improves performance at a minimal risk. support Support | |
message: RetrievalTask in log we faced a poor performance of objectdb last week, during that time frame we have this message in the log: ... [2019-03-01 11:53:40 #5 store] RetrievalTask.reportPrimaryResult0: page#27184134 ... info. It is possible that the same exception is related to the performance issues and to the writing | |
Explorer bug ? Objects seem to be missing from database in Class view, but are present as references this to improve performance , but of course - ObjectDB must be able to handle such activity without errors ... , but it seems that switching to SEQUENCE or TABLE would provide better performance than flush after every persist . support Support | |
Database access error , Doctor hanging on trying to repair, production shutdown at our biggest customer the system is permanently under heavy load. Recording affects the performance significantly, right ? hgzwicker ... to use the recording as the system is permanently under heavy load. Recording affects the performance | |
ObjectDB 2.0.0 performance of database insert/update/delete operations. Changed default configuration (for improved performance ). Added support for running a server with no tray icon (using a -console flag). Changed | |
Problem using "and" for joined entities and indexed fields, the index on the "name" field will also be ignored, and a full scan will be performed instead ... and then using single field indexes. support Support Update: Performance regression in build 2.8.9_01 | |
RDBMS-ObjectDB Replication for other purposes, but need better performance for specific tasks. For systems that already use JPA - this feature might enable using ObjectDB as a performance booster, with almost no need to write new |