09 Dec, 2014
3 commits
-
In BackendType.createBackend(), removed unused options parameter. Backend.java: In importEntries(), removed options parameter. initialize() is supposed to be called first. git-svn-id: https://svn.forgerock.org/opendj/trunk@11408 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
* introduce Importer interface in order to facilitate state management * split Txn into UpdateTxn and ReadTxn. git-svn-id: https://svn.forgerock.org/opendj/trunk@11407 41b1ffd8-f28e-4786-ab96-9950f0a78031
08 Dec, 2014
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11406 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
* improve TreeName.toString() so it can be used as database names * add exception handling support when performing transactions. git-svn-id: https://svn.forgerock.org/opendj/trunk@11405 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11404 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
* rename PocBackend -> AbstractBackend * make AbstractBackend abstract * add TreeName.getNames(). git-svn-id: https://svn.forgerock.org/opendj/trunk@11403 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11402 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Dec, 2014
2 commits
-
…eased read/write throughput for me by about 20-25%, but the log cleaning still does not keep up. git-svn-id: https://svn.forgerock.org/opendj/trunk@11400 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
http://jetbrains.github.io/xodus/ git-svn-id: https://svn.forgerock.org/opendj/trunk@11398 41b1ffd8-f28e-4786-ab96-9950f0a78031
02 Dec, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11368 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 Nov, 2014
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11358 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11352 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11351 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Nov, 2014
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11311 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11310 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11309 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Oct, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11186 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 Oct, 2014
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11115 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Sep, 2014
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11064 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
* update to MapDB 2.0.0-SNAPSHOT * simplify MapDB backend. git-svn-id: https://svn.forgerock.org/opendj/trunk@11063 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Jun, 2014
1 commit
-
* PoC based on RocksDB * uses native library * does not provide native record locking, e.g. RMW, so this needs to be done by the application * to run: java -Djava.library.path=lib-`uname -i` -cp target/scratch-matt-be-0.0.1-SNAPSHOT.jar:lib/rocksdbjni.jar org.opendj.scratch.be.Server 1389 ROCKS 10000 git-svn-id: https://svn.forgerock.org/opendj/trunk@10846 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Jun, 2014
2 commits
-
Also set the group-id for DSs (use "dsconfig set-replication-domain-prop") git-svn-id: https://svn.forgerock.org/opendj/trunk@10825 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Always remove previously extracted directories. Fixed a bug for the DS only case (do not call dsconfig "set-replication-server-prop") git-svn-id: https://svn.forgerock.org/opendj/trunk@10824 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Jun, 2014
1 commit
-
Improved output for multiple base64 entries. setup_replication.sh: Consolidated debug targets handling. git-svn-id: https://svn.forgerock.org/opendj/trunk@10817 41b1ffd8-f28e-4786-ab96-9950f0a78031
02 Jun, 2014
2 commits
-
* disable fsync on commit * add option for enabling/disabling caching. git-svn-id: https://svn.forgerock.org/opendj/trunk@10772 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10771 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 May, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10770 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 May, 2014
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10769 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10768 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ve that index updates are working (they are not for OrientDB). git-svn-id: https://svn.forgerock.org/opendj/trunk@10767 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10764 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 May, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10763 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 May, 2014
1 commit
-
* initial import of data * base object searches * modify operations, including indexed modifications for employeeNumber. git-svn-id: https://svn.forgerock.org/opendj/trunk@10760 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 May, 2014
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10718 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10717 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Apr, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10687 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Apr, 2014
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10657 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10654 41b1ffd8-f28e-4786-ab96-9950f0a78031