Internal Website Search
1-22 of 22 resultsInsertion Speed Rate and Batch Load to 100K/second. I can definitely do 80K inserts/seconds on Oracle with batch insert on table with one primary key. 2. Is batch update/insert operation supported? I attached the files. edy_at_ssn Edy Oey ... per stored entity object. A batch load should reuse the EntityManager and persist a large | |
Significant I/O costs during batch update or insert data. Our application has some complex entities. We do batch update(merge detached entity) every 2 minutes. We find the period significant IO costs these days, and disappeared when turn off the batch updating. 1.ObjectDB is in embedded mode. 2.ObjectDB version is 2.3.7 3.Database file size is nearly | |
Storing JPA Entity Objects persistence.xml ). Batch Store Storing a large number of entity objects requires special consideration | |
ODB IndexActivation NullPointerException) at com.objectdb.o.IXM.run(IXM.java:338) at java.lang.Thread.run(Thread.java:745) * Batch ended at 88 ... to an existing Database and create an EntityManager. 1) sometimes the following System out: * Batch ended at '2LG' * Batch ended at '2LG' * Batch ended at '2LG' * Batch ended at '2LG' * Batch ended at '2oq | |
Left join fetch behaviour doesn't retrieve children? optimization: objectdb.temp.no-btree- batch objectdb.temp.no-multivar- batch Setting them as " true ... two query optimizations, e.g. with JVM args: java ... -Dobjectdb.temp.no-btree- batch =true -Dobjectdb.temp.no-multivar- batch =true Please report if disabling these optimizations makes any difference. support | |
Client server mode no longer works after JRE install the command line or batch file? The conf file cannot be used to state which jvm is being used? cmahony ... application. So how do I do server -b -client? cmahony Craig Mahony Hi. I fumbled around with batch files | |
Run out of memory entity manager and following the batch shown at https://www.objectdb.com/java/jpa/persistence/store# Batch _Store_ . However the problem is that it seems that even calling flush followed by clear | |
impossible to drop a table with 50 million objects. You can try deleting these objects in batches , using several transactions, each transaction will delete | |
Performance of "InsertTest" You provided the "InsertTest" in the following post, and say "On Intel Core 2 Quad Q6600 (and enhancement) it persists 340,000 objects per second". Insertion Speed Rate and Batch Load Now, ten years later, I run it on Intel Core i5-5300U (2.3Ghz) with 8GB memory, output is 45000 per second | |
Bulk Delete and Update - best practice? found which works consistently is to load and remove objects (one by one or small batches | |
ObjectDB JPA 2.2 support ( java.util.stream.Stream | |
Attempt to remove a detached entity object (error 613) : * How can i see the low level batch SQL operations before flushing the merge. So i | |
Feature Request: Improved ObjectDB Explorer, MySQL workbench. We can write methods to batch the process, but this becomes annoying if we need | |
Memory error during commit, if @ElementCollection field contains many elements and will be loaded lazily. If changing the schema is difficult, try to process the TCStep entity objects in smaller batches . support Support | |
no query result in the log: index sstsedt cleared then it reports reports about the batches and finally | |
New Index causing troubles the log file "Index activation batch completed..." when the new index building is done. If it doesn't | |
JPA and handling large data sets of the primary key of the last object in one batch as a constraint in the next query execution | |
Possible issue with String fields response ! That fixed it.. Have now split transactions into batches of 1000 recs | |
NullPointer on query of a 6hr batch ! Its odd as this is one of our "queue" database and many similar message objects ... -down test as soon as I can. The same batch did not produce the error in versions earlier than 2.3.5_05 ... it. At the moment it only seems to occur in a real application batch and this is too heavy to send as an example | |
NullPointer when accessing entity field and close the EntityManager for batch operations we use ThreadLocal for storing EntityManagers:   ... (if not exists), do the operations using EM in ThreadLocal, on batch end we commit transaction,delete from ... ... Regarding the batch operations, where we usually do update on many objects and after that commit | |
Use temporary files to enable very large transactions single user mode (i.e. batch background load) or do you need multi threading support? Why don't ... is every combination. Can we assume single user mode (i.e. batch background load) or | |
each 1-2 days objects on some objectdb level lock/block each other indexes then massive scan of database data pages is required. This may be appropriate for a batch |