Author: reschke
Date: Mon Mar 2 12:36:24 2015
New Revision: 1663285
URL: http://svn.apache.org/r1663285
Log:
OAK-2136 - remove obsolete mention of RDBBlobStore
Modified:
jackrabbit/oak/trunk/oak-doc/src/site/markdown/plugins/blobstore.md
Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/plugins/blobstore.md
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/plugins/blobstore.md?rev=1663285&r1=1663284&r2=1663285&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/plugins/blobstore.md
(original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/plugins/blobstore.md Mon Mar
2 12:36:24 2015
@@ -98,9 +98,8 @@ Further Oak ships with multiple BlobStor
In addition there are some more implementations which are considered
**experimental**
-1. `RDBBlobStore` - Stores the file chunks in database
-2. `CloudBlobStore` - Stores the file file chunks in cloud storage using the
[JClouds BlobStore API][3].
-3. `MongoGridFSBlobStore` - Stores the file chunks in Mongo using GridFS
support
+1. `CloudBlobStore` - Stores the file file chunks in cloud storage using the
[JClouds BlobStore API][3].
+2. `MongoGridFSBlobStore` - Stores the file chunks in Mongo using GridFS
support
Depending on NodeStore type and usage requirement these can be configured to
use