Internal Website Search

1-50 of 102 results

Occasionally slow requests in load testing

, however there are quite a few "spikes" in the performance where we are getting a lot of very slow ... in some cases and is slow in others. Also, the slow response times occur in wide variety ... the database file is resized approximately every hour. Each time at the same time we see these slow

ObjectDB Explorer very slow with remote con

), but it seems to be very slow . The database is quite empty now, just between 5-20 records / entity, but it's still very very slow . That's the only thing that is slow on my server... How can I speed it up? zmirc Mircea Chirac It's sooooo slow . It takes ages to open an entity or to refresh data. zmirc Mircea Chirac

Slow searching with two indexes

are scanned to get candidates for querying the primary key.  This is the slow part.   I'm looking ... The second query is slow because of the need to retrieve timeReceived value for a lot of objects

Bidirectional OneToMany is slow on updated items

it up?       Stefan Stefan Mair Your test becomes slow as the database is filled

Slow performance on Mac

- This code is tested on Windows and Mac. Windows is working great, Mac is very slow (read is 11 seconds on Mac, and 100 milliseconds on Windows). - Application is using Spring Boot console application (for JPA implementation) - MacOS Sierra 10.12.3, Core i7 CPU, 16GB RAM, SSD drive java version

EntityManager.find(entityClass, primaryKey) is slow when accessing non-existent IDs

* * EntityManager.find(entityClass, primaryKey) is slow when accessing * non-existent IDs. * * Select queries

Merge of entity classes with "mapped by" very slow

Hi, I have found a strange behavior when merging entities with "mapped by" set on @OneToMany relation. Even if object is fetched with find on the same transaction, merge is very slow . It's because on merge every single relation marked as LAZY is fetch from database. Attached two examples

Slow performace in virtual machine

Slow performace in virtual machine

Queries are slow on a large database

Queries are slow on a large database

Mapped By Fetch is very Slow

Mapped By Fetch is very Slow

slow performance for a complex query

slow performance for a complex query

Slow loading from db

Slow loading from db

JPA Entity Fields

. But even with an index, executing a query for loading a field is relatively slow . Therefore, if the employees

Database Transaction Replayer

when the database is opened. Preparation of the initial backup might be slow if the database is large

ObjectDB - JPA Object Database for Java

requires slow conversions between graphs of Java objects and flat database table rows. Object Relational

Out of Memory - Slow leak?

Out of Memory - Slow leak?

virtual servers and one file

so wrong that virtualization from the market leader VMware slows everything down so much? Priiiiil ... the hardware. If you can publish diagnosis info of the slow activity it might help. support Support Thank ... OutOfMemoryError , so maybe it is just slow because the heap size is large. Given that the database

Query execution time issue

milliseconds. Adding a new left join on remaining 8 slows down query execution time drastically. Please help ... to be  slow , but if you can post a simple minimal runnable test case (see  posting instructions ) that demonstrates the slow query, then we can check it. support Support Hi,  I've attached

Homepage and forum nearly inaccessible

. If there are still issues with the website, please report. Thanks!   support Support It is still very slow ... even load at all. Sometimes it happens to load fast, but most of the time it's slow or very slow . Buy proper ... , and when this is ready operations that are slow now (such as searching and posting) are expected

Speed of queries that return many objects

... still seems slow . Thanks EKK import java.io.Serializable; import javax.persistence.Entity; @Entity public class ... call is working blazing fast (100ms). On Mac is very very slow (3sec). duskov Dusko Vuksanovic Are you sure that this is the same issue of a slow query that returns many objects? In that case, the same

Performance tuning, best practices

that the specific slow operation (possibly a complex query) is slow also for a single user? i.e. can you check if the performance issue is due to load of several concurrent clients, or maybe same slow performance ... , but the later is usually more complex and sometimes limited. If you find that a particular query is slow

500Mb ObjectDb database opening issue

Hi, I have observed that 500 Mb objectDb database opening time is very slow (~3 seconds ... thread:Thread-6): doOpenDataStore(): openDataStore: D:\odb\files\anritsu\T1792 Slow Open.odb.pa3 1/23 ... \T1792 Slow Open.odb.pa3 1/23/2016 15:42:48.4248: INFO : (AppDataStoreManager.java:257 thread:Thread

possible index required for improving query performance

); query.setParameter("pclass", partyClass); We have noticed that this query slows down in a linear way ... (otherParty and relationshipType) but subclassName is not indexed, would that be the cause for the slow query ... the relationshipType index back and started a test with an empty database. It slowed down significantly

Performance in SELECT statement

the objects (around 5s) and I think I do something wrong because it's so slow . (DB has around 30.000 rows ... no difference. edit2: persisting values is also very slow (5-6s for 30.000 inserts). Environment

EntityManager creation taking long time

to do and why they are so slow , when this happens. For this CPU and thread profiling, e.g. from VisualVM ... another createEntityManager immediately when it happens, will it also be slow ? Maybe it could be useful to check

Lazy Init / Eager / Join Fetch collection strategy ? What to choose ?

://zeroturnaround.com/rebellabs/how-to-use-jpa-correctly-to-avoid-complaints-of-a- slow -application/ In ... , but may also consume too much RAM and becomes slow . Unfortunately there is no one best solution for every situation

ObjectDB Parsing taking huge processing time

method does a lot of work so it is expected to be relatively slow . Usually this is not an issue ... ). support Support Thanks for your quick response, it solves the issue of slowness . vinothr120 Vinoth Ramesh

JPA and handling large data sets

. But exporting large binary data sets is very slow . To avoid memory problems the binary data type is read step ... data sets the way is slow . We have an own entity for storing binary data (pictures, documents). Hint

performance limit

of objects should take only milliseconds. There could be several reasons for slow query execution, including ... result loading. Loading the query results could be very slow if eager fetch is used extensively

Objectdb EntityManagerFactory problem

the way, creating an  EntityManagerFactory is relatively slow . It is usually better to use

Low performance when getting grove roots

and restart the application with the same DB, I see the original behavior (working but slow ).  

@Column length is not working.

If by expensive you mean slow then it is not that expensive. You can use external validation libraries, but they will not be faster. support Support

Explorer in 2.3

- and that is slow if you have millions of objects. Currently the workaround is to use queries

Is 2 level cache in use?

. Sometimes enabling the L2 cache may slow the application because of the overhead in keeping

To open source, or not to open source

Hi, We are currently using db4o with a commercial licence, but finds it very frustrating after they have been taken over by Versant. The development of db4o is going very slow and major bugfixes are not been backported to stable releases, but only put into bleeding edge branches.  

Update Entity references if we change the type of an entity

and your sample test passes. However, please note that: It may slow your application. Object IDs

Join query problem with new statetment

slow - that is expected, because of some high number of objects to download. I forget to mention in

General Performance Issues Illustrated with a Specific Method

that a full scan query plan is used (which is very slow ), as effective indexes cannot be used

explorer locks local database in readonly mode

hi, my current use case is: execute unit test, verify results in explorer. my problem, i have to close the explorer before every run, and open it again after the tests are done. this slows down the whole process. i opened the database in readonly mode, but the file will be locked by the explorer

Online Backup in client-server mode

and the server is slow ). If you specify a String instance as the target parameter

retrieval again and again started

that are not related to query execution timeout and if there are side effects such as slowness ... 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

combined index not used

that it is indeed very slow . Could you please provide a typical value for the ?1 (end date) parameter ... slow as using this composite index doesn't solve the problem, so further work is needed. Will keep you informed. support Support As discussed above, the reason that this query is very slow is not

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

may be: Filter repeating requests / queries. Try to optimise queries that are too slow (and a few seconds could also be considered by users as slow ), e.g. by using additional indexes, to prevent ... if the response is too slow (again and again, as most of us do), and then a small delay produces

log entry and massive performance issues

when the slow removal happens? It may help to identify the exact build in which this issue is started. 2 ... -Georg Zwicker Do you know how to reproduce the slow removal problem using this database? You wrote ... addition to this slow behaviour we have several times a day the situation that a normal select

Table view freezes the program

on local machine.  But it should not be this slow with 10 records.  The query is not slow , but if yo just open table view like in the video it's slow /freezes.   Trianglehead Json Error ... with slow client-server connections, due to more round trips. support Support I tried unchecking

queries under 2.7.6_4 significantly slower than under 2.7.6

. If you need help with selecting query plan hints to optimise other slow query plans we can help ... on a better solution proceeds. If you can provide several different queries (that are known to be slow

cannot delete objects after crash (see issue 2283)

setting, it is more or less not acceptable to slow down the system like this hgzwicker Hans-Georg Zwicker File sync is a slow operation so this is expected. Although we cannot improve the speed

Blocked by find

. felixobjectdb Richard Szurgot Actually, this may just be slow performance rather than blocking ... be appreciated. felixobjectdb Richard Szurgot Extremely slow performance may be the result of using zero size

ObjectDB 2.8.7

Added an option to slow backup (see  feature request #2681 ). Added an option to view old type versions in the Explorer (-Dobjectdb.ui.debug=true) Improved the Doctor (see  issue #2691 ... to slow backup in client-server mode (see  feature request #2681 ). Fixed Explorer issue after schema

Use temporary files to enable very large transactions

, and should be used only if there are no other options. It is also slow . A much better solution (faster