You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by da...@apache.org on 2011/10/26 14:30:22 UTC

svn commit: r1189169 - /incubator/jena/site/trunk/content/jena/documentation/sdb/

Author: damian
Date: Wed Oct 26 12:30:22 2011
New Revision: 1189169

URL: http://svn.apache.org/viewvc?rev=1189169&view=rev
Log:
Remove pointless query page. Fix dls (md extension). Fix internal links.

Removed:
    incubator/jena/site/trunk/content/jena/documentation/sdb/query.mdtext
Modified:
    incubator/jena/site/trunk/content/jena/documentation/sdb/commands.mdtext
    incubator/jena/site/trunk/content/jena/documentation/sdb/configuration.mdtext
    incubator/jena/site/trunk/content/jena/documentation/sdb/javaapi.mdtext
    incubator/jena/site/trunk/content/jena/documentation/sdb/loading_data.mdtext
    incubator/jena/site/trunk/content/jena/documentation/sdb/loading_performance.mdtext
    incubator/jena/site/trunk/content/jena/documentation/sdb/query_performance.mdtext
    incubator/jena/site/trunk/content/jena/documentation/sdb/sdb.mdtext
    incubator/jena/site/trunk/content/jena/documentation/sdb/store_description.mdtext

Modified: incubator/jena/site/trunk/content/jena/documentation/sdb/commands.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/sdb/commands.mdtext?rev=1189169&r1=1189168&r2=1189169&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/sdb/commands.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/documentation/sdb/commands.mdtext Wed Oct 26 12:30:22 2011
@@ -5,20 +5,20 @@ create an SDB store, load data into it a
 
 ## Contents
 
--   [Scripts](#Scripts)
-    -   [Script set up](#Script_set_up)
-    -   [Argument Structure](#Argument_Structure)
-
--   [Store Description](#Store_Description)
-    -   [Modifying the Store Description](#Modifying_the_Store_Description)
-    -   [Logging and Monitoring](#Logging_and_Monitoring)
-
--   [SDB Commands](#SDB_Commands)
-    -   [Database creation](#Database_creation)
-    -   [Loading data](#Loading_data)
-    -   [Query](#Query)
-    -   [Testing](#Testing)
-    -   [Other](#Other)
+-   [Scripts](#scripts)
+    -   [Script set up](#script_set_up)
+    -   [Argument Structure](#argument_structure)
+
+-   [Store Description](#store_description)
+    -   [Modifying the Store Description](#modifying_the_store_description)
+    -   [Logging and Monitoring](#logging_and_monitoring)
+
+-   [SDB Commands](#sdb_commands)
+    -   [Database creation](#database_creation)
+    -   [Loading data](#loading_data)
+    -   [Query](#query)
+    -   [Testing](#testing)
+    -   [Other](#other)
 
 
 ## Scripts

Modified: incubator/jena/site/trunk/content/jena/documentation/sdb/configuration.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/sdb/configuration.mdtext?rev=1189169&r1=1189168&r2=1189169&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/sdb/configuration.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/documentation/sdb/configuration.mdtext Wed Oct 26 12:30:22 2011
@@ -7,11 +7,11 @@ storage, which is controlled by
 
 ## Contents
 
--   [Setting Options](#Setting_Options)
--   [Current Options](#Current_Options)
-    -   [Queries over all Named Graphs](#Queries_over_all_Named_Graphs)
-    -   [Streaming over JDBC](#Streaming_over_JDBC)
-    -   [Annotated SQL](#Annotated_SQL)
+-   [Setting Options](#setting_options)
+-   [Current Options](#current_options)
+    -   [Queries over all Named Graphs](#queries_over_all_named_graphs)
+    -   [Streaming over JDBC](#streaming_over_jdbc)
+    -   [Annotated SQL](#annotated_sql)
 
 
 ## Setting Options

Modified: incubator/jena/site/trunk/content/jena/documentation/sdb/javaapi.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/sdb/javaapi.mdtext?rev=1189169&r1=1189168&r2=1189169&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/sdb/javaapi.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/documentation/sdb/javaapi.mdtext Wed Oct 26 12:30:22 2011
@@ -6,16 +6,16 @@ Code examples are in `src-examples/` in 
 
 ## Contents
 
--   [Concepts](#Concepts)
--   [Obtaining the Store](#Obtaining_the_Store)
-    -   [From a configuration file](#From_a_configuration_file)
-    -   [In Java code](#In_Java_code)
-    -   [Database User and Password](#Database_User_and_Password)
--   [Connection Management](#Connection_Management)
--   [Formatting or Emptying the Store](#Formatting_or_Emptying_the_Store)
--   [Loading data](#Loading_data)
--   [Executing Queries](#Executing_Queries)
--   [Using the Jena Model API with SDB](#Using_the_Jena_Model_API_with_SDB)
+-   [Concepts](#concepts)
+-   [Obtaining the Store](#obtaining_the_store)
+    -   [From a configuration file](#from_a_configuration_file)
+    -   [In Java code](#in_Java_code)
+    -   [Database User and Password](#database_user_and_password)
+-   [Connection Management](#connection_management)
+-   [Formatting or Emptying the Store](#formatting_or_emptying_the_store)
+-   [Loading data](#loading_data)
+-   [Executing Queries](#executing_queries)
+-   [Using the Jena Model API with SDB](#using_the_jena_model_api_with_sdb)
 
 ## Concepts
 

Modified: incubator/jena/site/trunk/content/jena/documentation/sdb/loading_data.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/sdb/loading_data.mdtext?rev=1189169&r1=1189168&r2=1189169&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/sdb/loading_data.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/documentation/sdb/loading_data.mdtext Wed Oct 26 12:30:22 2011
@@ -111,6 +111,6 @@ filtering `WHERE (existing item feature)
 for the triple hash case (where no id lookups are needed):
 
     INSERT INTO Triples
-    SELECT DISTINCT NTrip.s, NTrip.p, NTrip.o -- DISTINCT because new nodes may contain duplicates (not so for nodes)
+    SELECT DISTINCT NTrip.s, NTrip.p, NTrip.o -- DISTINCT because new triples may contain duplicates (not so for nodes)
     NTrip LEFT JOIN Triples ON (NTrip.s=Triples.s AND NTrip.p=Triples.p AND NTrip.o=Triples.o)
     WHERE Triples.s IS NULL OR Triples.p IS NULL OR Triples.o IS NULL

Modified: incubator/jena/site/trunk/content/jena/documentation/sdb/loading_performance.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/sdb/loading_performance.mdtext?rev=1189169&r1=1189168&r2=1189169&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/sdb/loading_performance.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/documentation/sdb/loading_performance.mdtext Wed Oct 26 12:30:22 2011
@@ -1,16 +1,16 @@
 Title: SDB Loading performance
 
--   [Introduction](#Introduction)
--   [The Databases and Hardware](#The_Databases_and_Hardware)
-    -   [Hardware](#Hardware)
-    -   [Windows setup](#Windows_setup)
-    -   [Linux setup](#Linux_setup)
--   [The Dataset and Queries](#The_Dataset_and_Queries)
-    -   [LUBM](#LUBM)
+-   [Introduction](#introduction)
+-   [The Databases and Hardware](#the_databases_and_hardware)
+    -   [Hardware](#hardware)
+    -   [Windows setup](#windows_setup)
+    -   [Linux setup](#linux_setup)
+-   [The Dataset and Queries](#the_dataset_and_queries)
+    -   [LUBM](#lubm)
     -   [dbpedia](#dbpedia)
--   [Loading](#Loading)
--   [Results](#Results)
--   [Uniprot 700m loading: Tuning Helps](#Uniprot_700m_loading:_Tuning_Helps)
+-   [Loading](#loading)
+-   [Results](#results)
+-   [Uniprot 700m loading: Tuning Helps](#uniprot_700m_loading:_tuning_helps)
 
 ## Introduction
 

Modified: incubator/jena/site/trunk/content/jena/documentation/sdb/query_performance.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/sdb/query_performance.mdtext?rev=1189169&r1=1189168&r2=1189169&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/sdb/query_performance.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/documentation/sdb/query_performance.mdtext Wed Oct 26 12:30:22 2011
@@ -22,10 +22,10 @@ the execution costs.
 
 ## Contents
 
--   [Setup](#Setup)
--   [LUBM Query 1](#LUBM_Query_1)
--   [LUBM Query 2](#LUBM_Query_2)
--   [Summary](#Summary)
+-   [Setup](#setup)
+-   [LUBM Query 1](#lubm_query_1)
+-   [LUBM Query 2](#lubm_query_2)
+-   [Summary](#summary)
 
 ## Setup
 

Modified: incubator/jena/site/trunk/content/jena/documentation/sdb/sdb.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/sdb/sdb.mdtext?rev=1189169&r1=1189168&r2=1189169&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/sdb/sdb.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/documentation/sdb/sdb.mdtext Wed Oct 26 12:30:22 2011
@@ -12,12 +12,12 @@ line scripts and via the Jena API.
 
 ## Contents
 
--   [Downloads](#Downloads)
--   [Documentation](#Documentation)
--   [Subversion](#Subversion)
--   [Support](#Support)
--   [Details](#Details)
--   [Database Notes](#Database_Notes)
+-   [Downloads](#downloads)
+-   [Documentation](#documentation)
+-   [Subversion](#subversion)
+-   [Support](#support)
+-   [Details](#details)
+-   [Database Notes](#database_Notes)
 
 ## Downloads
 
@@ -52,7 +52,6 @@ at Apache.
 
 -   [Loading data](loading_data.html)
 -   [Loading performance](loading_performance.html)
--   [Query](query.html)
 -   [Query performance](query_performance.html)
 
 ## Database Notes

Modified: incubator/jena/site/trunk/content/jena/documentation/sdb/store_description.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/sdb/store_description.mdtext?rev=1189169&r1=1189168&r2=1189169&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/sdb/store_description.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/documentation/sdb/store_description.mdtext Wed Oct 26 12:30:22 2011
@@ -16,12 +16,12 @@ in J2EE application servers.
 
 ## Contents
 
--   [Store Descriptions](#Store_Descriptions)
--   [SDB Connections](#SDB_Connections)
--   [Example](#Example)
--   [Vocabulary](#Vocabulary)
-    -   [Store](#Store)
-    -   [Connection](#Connection)
+-   [Store Descriptions](#store_descriptions)
+-   [SDB Connections](#sdb_connections)
+-   [Example](#example)
+-   [Vocabulary](#vocabulary)
+    -   [Store](#store)
+    -   [Connection](#connection)
 
 
 ## Store Descriptions
@@ -92,33 +92,33 @@ choosing the store type.
 ### Connection
 
 `sdbType`
-  ~ The type of the database (e.g. "oracle", "MSSQLServerExpress",
+:   The type of the database (e.g. "oracle", "MSSQLServerExpress",
     "postgresql", "mysql"). Controls both creating the JDBC URL, if not
     given explicitly, and the store type.
 
 `sdbName`
-  ~ Name used by the database service to select a database. Oracle
+:   Name used by the database service to select a database. Oracle
     SID.
 
 `sdbHost`
-  ~ Host name for the database server. Include *:port* to change
+:   Host name for the database server. Include *:port* to change
     the port from the default for the database.
 
 `sdbUser`
 `sdbPassword`
-  ~ Database user name and password. The environment variables
+:   Database user name and password. The environment variables
     `SDB_USER` and `SDB_PASSWORD` are a better way to pass in the user
     and password because they are not then written into store
     description files. In Java programs, the system properties
     `jena.db.user` and `jena.db.password` can be used.
 
 `driver`
-  ~ The JDBC driver class name. Normally, the system looks up the
+:   The JDBC driver class name. Normally, the system looks up the
     `sdbType` to find the driver. Setting this property overrides that
     choice.
 
 `jdbcURL`
-  ~ If necessary, the JDBC URL can be set explicitly, not
+:   If necessary, the JDBC URL can be set explicitly, not
     constructed by SDB. The `sdbType` is still needed.