opendj-server-legacy/src/main/docbkx/admin-guide/chap-import-export.xml
@@ -486,8 +486,8 @@ </screen> <para> The following example creates a <literal>persistit</literal> backend, which relies on a Persistit database for data storage and indexing. The following example creates a <literal>pdb</literal> backend, which relies on a PDB database for data storage and indexing. </para> <screen> @@ -497,7 +497,7 @@ --port 4444 \ --bindDN "cn=Directory Manager" \ --bindPassword password \ --type persistit \ --type pdb \ --backend-name myData \ --set base-dn:dc=example,dc=net \ --set enabled:true \ opendj-server-legacy/src/main/docbkx/admin-guide/chap-indexing.xml
@@ -446,7 +446,7 @@ <para> The following example creates a new equality index for the <literal>cn</literal> (common name) attribute in a backend of type <literal>persistit</literal> in a backend of type <literal>pdb</literal> named <literal>myData</literal>. </para> @@ -495,7 +495,7 @@ <para> The following example configures an approximate index for the <literal>cn</literal> (common name) attribute in a backend of type <literal>persistit</literal> in a backend of type <literal>pdb</literal> named <literal>myData</literal>. </para> @@ -552,7 +552,7 @@ The following example configures an extensible matching rule index for "later than" and "earlier than" generalized time matching on a <literal>lastLoginTime</literal> attribute in a backend of type <literal>persistit</literal> in a backend of type <literal>pdb</literal> named <literal>myData</literal>. </para> @@ -639,7 +639,7 @@ <para> The following example shows how to create the VLV index for a backend of type <literal>persistit</literal> for a backend of type <literal>pdb</literal> named <literal>myData</literal> serving <literal>dc=example,dc=net</literal>. </para> @@ -948,7 +948,7 @@ The following example shows how to use the <command>dsconfig set-backend-index-prop</command> command to change the index entry limit for a backend of type <literal>persistit</literal>. for a backend of type <literal>pdb</literal>. </para> <screen> opendj-server-legacy/src/main/docbkx/install-guide/chap-install-cli.xml
@@ -219,7 +219,7 @@ Provide the backend type: 1) local-db 2) persistit 2) pdb Enter choice [1]:</computeroutput> <userinput condition="local-db">2</userinput> @@ -781,7 +781,7 @@ --trustAll \ --batch <<END_OF_COMMAND_INPUT create-backend --backend-name newBackend \ --type persistit \ --type pdb \ --set base-dn:"dc=example,dc=org" \ --set db-cache-percent:20 \ --set enabled:true opendj-server-legacy/src/main/docbkx/man-pages/verify-index-examples.xml
@@ -33,13 +33,13 @@ <para> The following example shows how to verify the <literal>sn</literal> (surname) index for completeness and for errors. The messages shown are for a backend of type <literal>persistit</literal>. The messages shown are for a backend of type <literal>pdb</literal>. </para> <screen> $ <userinput>verify-index -b dc=example,dc=com -i sn --clean --countErrors</userinput> <computeroutput>[20/05/2015:14:24:18 +0200] category=...persistit.PersistItStorage seq=0 severity=INFO msg=The Persistit storage for backend 'userRoot' initialized <computeroutput>[20/05/2015:14:24:18 +0200] category=...PDBStorage seq=0 severity=INFO msg=The PDB storage for backend 'userRoot' initialized to use 57528 buffers of 16384 bytes (total 920448kb) [20/05/2015:14:24:18 +0200] category=...pluggable.VerifyJob seq=1 severity=INFO msg=Checked 478 records and found 0 error(s) in 0 seconds opendj-server-legacy/src/main/docbkx/release-notes/chap-issues.xml
@@ -76,7 +76,7 @@ <listitem> <para> The backend type <literal>persistit</literal> limits key size to two KB. The backend type <literal>pdb</literal> limits key size to two KB. In practice this means for example that DN size is limited to roughly two KB. </para>