ObjectDB Database Search

151-200 of 200 results

Access to client/server database from multiple applications

data cache is enabled you have to use refresh or refreshAll in order to bypass that cache as

ObjectDB's Database Doctor Incorrect Error Report

page size of presumably 256 KB.  (So I was wasting a lot of RAM and resources like caching based on 256 KB when I only needed 64 KB based size support caches , etc.)   Thanks

Performance Questions...

different threads, increasing the effectiveness of the EntityManager's persistence context (L1) cache . But otherwise read only databases are not faster. Future versions of ObjectDB might share an L1 cache

Compile time enhancement using build.xml of a Netbeans web application

-on-Save option on, because as far as I can tell when using Compile-on-Save NetBeans uses cached files ... .sig files, rather than .class files, to the NetBeans cache , and side-steps any build.xml commands. I

Glassfish 3.1.2.1 and ObjectDB 2.4.3

, but not yet loaded. INFO: Registered org.glassfish.ha.store.adapter. cache .ShoalBackingStoreProxy ... ) INFO: Registered org.glassfish.ha.store.adapter. cache .ShoalBackingStoreProxy for persistence-type

One transaction or two?

cases (e.g. if the L1 cache is important in this application). On the hand such a solution is expected ... (in which the L1 cache is important) - performance gain, if any, is expected to be minimal. But again, to get an accurate answer you will have to try it. support Support

Entity Management Config questions

Hi, the manual states the following regarding config of Entities: http://www.objectdb.com/java/jpa/setting/entities : The element specifies settings of the two cache mechanisms for entities ... context of the  EntityManager  (which serves as a first level cache ). The valid values

Performance with large databases

RAM is larger than the database, the entire database can reside in memory (using the OS cache , regardless of the JVM heap size and the ObjectDB cache size). Except this, ObjectDB performance should not

JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception

;   The example now runs but Guest still dont get persisted. No exception either. Some cache ... is not reasonable. Maybe some configuration can be done at JTA or cache level of JBoss in the jboss

How to track memory leak with ObjectDb.

( close called on tomcat shutdown ). Might are they keeping MST objects or a kind of internal cache ... This shows the page cache . Its size in your example is not far from the default maximum (64MB

Time Sequence Object Command DB

to storing all the commands and transactions you can also cache the last state in the database. On restore - this cache will be deleted and a new state will be calculated by running the relevant

Duplicate Entity class names causes Exception in Query

.setFlushMode(FlushModeType.COMMIT); //q.setHint(QueryHints. CACHE _USAGE, CacheUsage

Objectdb recovery

(bypassing OS cache ). This should prevent any possible data loss of committed transactions. support Support

Speeding up reporting queries with size() on list

sec and 2.8 sec. On 'hot' db file  without query result in cache , execution time is between

Explorer in 2.3

, threads, query- cache , memory usage, etc...) to use for tuning b. Show all database connections

Does ObjectDB create one instance of each entity class on (web app) load ?

to the EntityManager metamodel for caching some oft-used information in an application-wide

find() cost unreasonable time!

@Inheritance(strategy=InheritanceType.JOINED) // Success for Inheritance Sonsection //@ Cache (size=10000

Why the internal error was thrown?

cache , but unfortunately it is unclear how this happened. support Support We get this exception

OneToMany and cascade delete problem

are removed from the cache and then retrieved again, fixing the broken relationship). When using a short

objectdb on single server 20TB storage possible ?

features:     Virtualization:         AMD-V Caches (sum of all):  

Unexpected behaviour upon update. Bug?

); } } nullcrud N J It seems to work as expected. The entity object is cached in the EntityManager  as

Memory Leak in EntityManagerFactory ?

of the profiler. First i thought it might be the L2 Cache or something simular but then i could not understand

Post-compile enhancement fails when static Log4j 2.5 based logger used in Entity

a cache of loggers keyed to classes for lookup: public final class LoggerWrapper extends

Many connections possible? and will it makes problem in future?

My questions is about : 1-) Can objectdb server handle 200.000+ connections at the same time concurrently ? Does it have queue and cache ? 2-) is it dangerous to use that system on many online users ?   kadirbasol Kadir BASOL Having 200,000 concurrent threads is probably a bad idea. Usually

ObjectDB version 2.2 has been released

cache bug. Fixed several bugs in query processing and running. It is highly recommended to run

Need to close+open database for a commit to be taken into account

+reload. Thanks. lo Hoel Maybe you should try disabling all sorts of cache in the configuration file

Spring Data JPA

. Everything works fine now. Seems that maven had cached some old jar. mosi0815 Ralph Moser

performance tuning

we have a customer system with 64 GByte RAM, 16 CPUs on 8 sockets, the fastest possible ssd. we wonder if the cache and other settings can be optimized to get the most performance these are the current settings, please advice what we could optimize hgzpincher Hans-Georg Zwicker

Dirty checking

itself doesn't alter the database, by rolling it back after I've generated the views. Your caching probably

Problem with @Basic(fetch = FetchType.LAZY)

;  //Close everything and reopen to make sure no cache of the description / code is left

Multiple inputs not supported on WHERE ?

my code block :     @CacheEvict("loginsList")     @Transactional     default int updateUserEnabled(Boolean enabled , Integer sicilNo, Cache loginCache) {         Optional bySicilNoOptional = findBySicilNoOptional(sicilNo);      

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

NullPointer on query

. At least it might be worth trying. support Support Just looked again at the page cache fix (issues ... can still be purged from the cache leaving older pages (from previous transactions). Hopefully build 2.3

Monitoring and Performance counters

, reads/s - total inserts, update, deletes, reads - I/O operations/s - caches current usage - uptime from last start - caches hit rate - total sessions from clients - memory usage (for heap space

ObjectDB 2.3.4

). Fixed a page cache purge deadlock ( issue #559 ). Fixed handling ;drop in client-server connection url. Fixed performance issue ( fetch optimization ) in range queries. Fixed cached result size

ObjectDB 2.3.6

Improved performance of collection and map size evaluation in queries. Fixed a critical bug in page caching (issues #610 , #621 , #625 ). Fixed a bug in optimization of non ASCII string indexes. Fixed the new query HOUR function to return hours as 0 to 23 (using 24-hour clock). Fixed a regression

retrieval again and again started

unspecific (any query that normally takes some ms). Could there be a problem somewhere in the cache

combined index not used

of this query fells to 1457 on repeating runs (when cache is disabled), will be checked now

Database File Compression

ObjectDB database files are usually smaller than database files of other Database Management Systems (object databases and relational databases) but additional internal compression is still possible. Usually smaller files are also faster because less I/O operations are required and memory cache

new objects not available in mappedBy associations

the object is retrieved again from the database (and not from the persistence context cache ), or

Unexpected not reproducable exception in a query

BTC EmbeddedSystems The stack trace indicates an unexpected state of the query result cache

ObjectDB enhancement fails on "is" form for @Transient boolean isLoaded(), ok for "getter" form @Transient boolean getLoaded()

, and on complete clean and build in NetBeans, and also after complete NetBeans cache clear

Terracotta Ehcache Integration

Hello , it will be good if you make alliance with terra-cotta ehcache. Their distributed memory cache is very fast.IF we mix with your engine. It will be very great for us. kadirbasol Kadir BASOL

ObjectDB 2.3.2

instead of Long ) and then updated. Fixed retrieval with pessimistic lock to bypass cache and to force refresh.

ObjectDB 2.6.9

cache InternalException. Fixed JDO PersistenceManager 's  newObjectIdInstance to support classes

ObjectDB 2.2.0

class. Fixed a query cache bug. Fixed several bugs in query processing and running. Fixed a query

ObjectDB 2.2.7

Added support of report generation using BIRT . Fixed a bug in query optimization of DISTINCT. Fixed a bug in keeping removed entity object in the L2 cache . Fixed orphan removal of owner entity object in bidirectional relationship. Fixed an "Attempt to persist a reference to a non managed instance

Unexpected exception Error 990

.getResultList(JpaQuery.java:686) at com.ysoft. cache .objectdb.ObjectCacheDB.search(ObjectCacheDB.java:433

ObjectDB can't be activated

activation key. Maybe your activation server is broken? skolb Sebastian Kolb Maybe it is a cache

ObjectDB 2.7.0

the first entry (required by Apache Karaf ). Fixed a cache bug in repeating some sorts of LIKE queries