ObjectDB Database Search
1-45 of 45 resultsDatabase Management Settings-separated list of file name extensions that can be used for temporary databases, which are typically used in tests. The content of these temporary databases is deleted when you use the drop URL connection | |
Use temporary files to enable very large transactions further version. Can you implement it that ObjectDB used temporary files? btc_es BTC EmbeddedSystems ... which this data is written to a temporary file. Even without speed optimizations, but with priority ... EmbeddedSystems Although ObjectDB already uses temporary files for many activities (e.g. processing large query | |
Attempt to open a non existing file '/tmp/objectdb_xxxx/SortQueryItr_6.mrg' Keskes ObjectDB deletes its temporary files in 2 ways: Every process deletes its own temporary files ... temporary files of other processes that are not locked (active temporary files are always locked ... a separate class loader) manages its own directory of temporary files, e.g. /tmp/objectdb | |
Server closes if large query runs out of memory memory allocation (and uses temporary files instead of RAM) when memory usage is high, but it is far ... threshold setting. If you reduce the threshold then ObjectDB will use temporary files instead of RAM more often. Processing complex queries may require using many temporary lists, so unfortunately | |
Online Backup in client-server mode you have two options for online backup: If your specify a File instance as the target parameter then a temporary ... when the client and the server are not on the same machine, and the temporary file is essential ... then it is interpreted as the path on the server machine to which to write the backup file and no temporary file | |
Unable to execute update query Ralph Moser The exception is thrown because of a problem in reading a temporary file that is used in an update query, but the cause is unclear, and according to your report that specific temporary file ... case, but it works well (also with low temp file threshold and temporary files): import javax | |
suddenly a batchquery appears we see at the same customer where we have the huge database problems suddenly any temporary batchquery files appearing in a local folder. Beside the fact that the local folders are not excluded from ... Zwicker Local files are generated in the temporary directory when processing exceeds RAM | |
Optimistic Locking to a temporary data structure for presentation and then on update retrieves the object again and fills its with the data from the temporary data structure - then updates of other users might be overridden. support Support | |
Again about $temp from objectdb.conf? Thank you, Sandu sandu Alexandru Constantinescu You can set the temporary directory ... .tmpdir" system property, but that will change the temporary directory for the entire JVM, not just for ObjectDB. support Support | |
Configuration Advice is to try different settings. If you have sufficient RAM but temporary files are used a higher general:temp:threshold value can reduce temporary files usage. The L2 cache does not always help | |
Failed to resize file - file system limitation error to place this temporary file used during execution of DB Doctor on a different file ... , have you seen the database file becoming larger successfully? You can change the temporary path in | |
Corrupted Database or error in ObjectDBExplorer? around could you please try: Adding a new temporary persistent field to your RequirementBasedTestCaseImpl class and then opening the database with the modified class available in the classpath. Removing that temporary | |
impossible to drop a table with 50 million objects the database. Alternatively you may try using the undocumented setting of temporary page file | |
Connecting to a remote objectdb server are temporary db files. joesms Joerg Weishaupt Please try the following: Download the last | |
Pessimestic Locking doesn't release when application unexpectedly terminates. to release the lock when a connection is broken ... in case there's a very temporary break | |
Unexpected exception com.objectdb.o.PAG.N()" because "this.h", it appears this issue is an internal bug related to how cached pages are stored in temporary files | |
Index causes increased memory usage the temporary file threshold , but that may slow performance. To understand the problem better | |
@Entity saved in Tomcat session - problem is, that we need the same logic for temporary users (without storing in DB) and permanent users (stored in | |
Failed to commit transaction: Java heap space (error 613) you would have to change the ObjectDB configuration. Relevant parameters include: Temporary file threshold | |
FileNotFoundException temporary files. Please verify that the ObjectDB process has permissions to create directories and files | |
Memory leak with OutOfMemoryError exception you will have to decrease the following default ObjectDB settings: Temporary data RAM threshold . Page | |
ObjectDB 2.6.8 . Fixed a NullPointerExeption on flush ( issue #1840 ). Fixed a bug in using temporary files in large transactions. Reverts a change in 2.6.6_08 that may cause issue #1839 . Attempt to fix a bug in using temporary files in large transactions. | |
again merger missing logs + objectdb exception was fixed in version 2.7.2 ( temporary stack traces in the log will be removed in the next build ... Zwicker The log entries in #28 above are temporary logging of the nested section key workaround | |
An entityManager.flush() with many entities is not possible amount of data requires using temporary files and the exception indicates a problem in using these files. Please check this forum thread . Maybe disabling deletion of temporary files could help. support Support | |
Multiple files support for search and persist.g. temporary files, recovery file) to other disks. using replication with multiple servers | |
ObjectDB 2.8.7_08 Attempt to solve temporary files locking issues on Linux. | |
ObjectDB 2.6.5 entity in the same transaction. Fixed temporary file management for very large transactions ( feature | |
ArrayIndexOutOfBoundException if it fails. If necessary, add a delay between successive find attempts. This may serve as a temporary | |
ObjectDB 2.8.8 ( issue #2794 ). Fixed an enum optimization regression ( issue #2794 ). Fixed a temporary files locking issue on Linux ( issue #2794 ). | |
ObjectDB 2.6.1 Added an option to disable temporary file deletion . Added support of using entity classes with missing dependent types. Added support of composite indexes with components of different lengths . Fixed a bug in reflection mode in detecting changes after flush ( issue #1602 ). Fixed | |
Querying error - java.lang.ClassCastException: com.objectdb.o.STV, a temporary property on the client side disables the suspected optimization: System.setProperty("com | |
queries under 2.7.6_4 significantly slower than under 2.7.6 a system property to disable the change in version 2.7.6_01, as a temporary solution, if you think | |
NullPointerException when using multithreading to do an evaluation and want to store 200 million entities in the database. I have a temporary key | |
ObjectDB 2.6.9 Added support for integration with WebSphere / Liberty application server. Fixed deletin g large transaction temporary files (in the experimental large transactions feature ). Fixed empty log directory creation when logging is disabled. Fixed a bug in using nested embedded objects. Fixed a query | |
ObjectDB 2.6.4 to collections. Fixed large transaction temporary files implementation ( feature request #1658 ). Fixed a bug in | |
Page cache File handling produced an java.io.IOException: Negative seek offset the new implementation of temporary files for very large transactions. Version 2.6.7 should fix | |
ObjectDB 2.7.0 Extended maximum supported entity object size to nearly 2GB. Added a temporary system property to disable "enhancement ... is old" checks. Fixed a bug in handling remove and persist of the same object in one transaction ( issue #2027 ). Fixed objectdb.jar to include META-INF/MANIFEST.MF as | |
OutOfMemoryError, if close the entity manager had to be moved from a temporary file to main memory. The exception is not related particularly | |
several times a day queries take several minutes that is still open? Suspected configuration: Consider increasing the threshold to avoid using temporary files | |
Blocked by find with the new temporary "objectdb.page.circle" system property set to "true" - a page circle | |
ObjectDB 2.4.2 (removed temporary object clearing). Fixed the Explorer to show null values in primitive fields | |
Exception makes the system unusable for several minutes-Georg Zwicker This is strange, and indeed, if the access issue is temporary | |
ObjectDB 2.7.1 Fixed a critical bug that may cause database corruption ( issue #1977 ). Improved error messages on entity operation exceptions. Fixed a NullPointerException on cascading persist throw an unloaded collection ( issue #2049 ). Fixed the location of a temporary file for index update ( issue | |
performance issues, database after adding statistics, after doctor search values. As a temporary workaround you can use a query hint to request using | |
ObjectDB 2.6.2 Added support of entity classes with missing implemented interfaces in the Explorer. Added method com.objectdb.Utilities.newTrackable(em, cls) for improved performance. Added a temporary workaround for NullPointerException on query after flush ( issue #1623 ). Improved title of query result |