Author: andy
Date: Sat Aug  3 14:25:13 2013
New Revision: 1509996

URL: http://svn.apache.org/r1509996
Log:
Reword the SDB status text

Modified:
    jena/site/trunk/content/documentation/sdb/index.mdtext

Modified: jena/site/trunk/content/documentation/sdb/index.mdtext
URL: 
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/sdb/index.mdtext?rev=1509996&r1=1509995&r2=1509996&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/sdb/index.mdtext (original)
+++ jena/site/trunk/content/documentation/sdb/index.mdtext Sat Aug  3 14:25:13 
2013
@@ -1,22 +1,34 @@
 Title: SDB - persistent triple stores using relational databases
 
-SDB is a *deprecated* component of
-[Jena](http://jena.apache.org/) for RDF
-storage and query specifically to support SPARQL.
-
-The storage is provided by an SQL database and many databases are
-supported, both Open Source and proprietary.
+SDB uses an SQL database for the storage and query of RDF data.
+Many databases are supported, both Open Source and proprietary.
 
 An SDB store can be accessed and managed with the provided command
 line scripts and via the Jena API.
 
-## Deprecation
+<i>
+Use of SDB for new applications is not recommended.
+
+This component is "maintenance only".
+
+[TDB](../tdb/index.html) is faster, more scalable and better supported
+than SDB.
+</i>
+
+## Status 
 
-As of June 2013 the Jena developers agreed to treat SDB as a deprecated 
component - see [Future of 
SDB](http://mail-archives.apache.org/mod_mbox/jena-users/201306.mbox/%[email protected]%3e)
 thread on the mailing list.
+As of June 2013 the Jena developers agreed to treat SDB as 
+being only maintanined where possible. 
+See [Future of 
SDB](http://mail-archives.apache.org/mod_mbox/jena-users/201306.mbox/%[email protected]%3e)
 thread on the mailing list.
 
-The developers intend to continue releasing SDB alongside other Jena 
components but it is not actively maintained since none of the developers are 
familiar with SDB or use it in their organizations.
+The developers intend to continue releasing SDB alongside other Jena
+components but it is not actively developed.  None of the developers
+use it within their organizations.
 
-SDB may be revived as a fully supported component if members of the community 
come forward to maintain it.  The Jena team strongly recommends the use of 
[TDB](../tdb/) instead of SDB for all new development due to TDBs substantially 
better performance and scalability.
+SDB may be revived as a fully supported component if members of the
+community come forward to develop it.  The Jena team strongly recommends
+the use of [TDB](../tdb/) instead of SDB for all new development due to
+TDBs substantially better performance and scalability.
 
 ## Documentation
 


Reply via email to