ObjectDB Database Search

51-69 of 69 results

Duplicate a table

Hello, I would like to know if it's possible to copy the content of a table representing one class of object to another table whithout having to use java object (no object instantiation) ? In fact, I would like to execute a native query like "select * into T0 from T1" My purpose is to backup

Unexpected exception com.objectdb.o.PAG.N()" because "this.h"

mode to generate a fresh, corrected version of your database. We recommend keeping a backup

ObjectDB Version Upgrade

behavior could cause unexpected behavior. The safest approach is to make full backups of your databases

NPE when getting Persistence manager

version did not have. So we replaced the file with a backup from older code and it works now fine.  Thanx! jakab Gergely Jakab

ObjectDB Unable to process 1.6 L records.

. You may try opening a backup of the database file (not in production) in the Explorer of the last ObjectDB version. support Support

unable to update table in slave server database

). This is useful mainly for load balancing (by directing read operations to slaves) and backup

Replication error on slave restart

(and full backup ), it would be probably better to start it again with recovery enabled

Repair broken references in entities

you restore it manually, e.g. from backup ) but you should be able to persist a new entity of the same

using objectdb.jar in writing data to mariadb or mysql db

database? Moreso, does Objectdb have backup tools to back up the singular object database file

Safe Settings

default) but to support durability (the D in ACID). But a server with electricity backup (UPS

ObjectDB is opening too many sockets

? We are using JDO for our application except backups which are done using JPA. I was playing with server

Automatic Switch to Replicated Server Limitations

when connecting. Additional servers are only used later, as backup , and not initially during connecting

ObjectDB 2.7.0

property access mode. Fixed a bug in allowing page sizes larger than 64KB (which are not supported by ObjectDB). Fixed an issue of very slow online backup .

ObjectDB 2.8.6_02

Fixed a bug in the new option to slow backup in client-server mode (see feature request #2681 ).

ObjectDB 2.7.6

of reflection mode (no enhancement) by minimising  tracking backups . Improved concurrency by using

ObjectDB 2.1.0

Added Online Backup utility ( issue #16 ). Added Master-Slave  Replication / Clustering (issue #17 ). Added a PDF version of the ObjectDB manual (included in the download). Added sample (tutorials) Maven projects (included in the download). Added support of disabling optimistic locking

ObjectDB-ObjectDB Replication

ObjectDB Replication will enable managing the same ObjectDB database using multiple ObjectDB nodes or servers. This could be useful for distributed applications (e.g. in cloud computing), for load balancing, for improving durability, for backup , etc. support Support Master-Slave replication

ObjectDB 2.9.0

Added a new Doctor.run(srcPath, dstPath) static method. Added an option to exclude inherited @Id fields in embeddable classes. Added support for manual starting of online backup threads ( feature request #2855 ). Added support for distinct mapped-by (inverse) fields. Improved query plan

delete of a collection in explorer changes type

also the removal of content that you want to bring back (which is impossible with no backup if changes