Skip to content

Commit

Permalink
More README changes
Browse files Browse the repository at this point in the history
Signed-off-by: czentgr <[email protected]>
  • Loading branch information
czentgr committed Jul 6, 2022
1 parent b1f6089 commit 10c5425
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion textsearch/books/tsBookDemoDDL.db2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--
-- Product Name: Db2 Text Search
--
-- Source File Name: tsDemoDDL.db2
-- Source File Name: tsBookDemoDDL.db2
--
-- Version: Any
--
Expand Down
2 changes: 1 addition & 1 deletion textsearch/books/tsBookDemoInsertLobsTemplate.cli
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#-
#- Product Name: Db2 Text Search
#-
#- Source File Name: tsDemoInsertLobsTemplate.cli
#- Source File Name: tsBookDemoInsertLobsTemplate.cli
#-
#- Version: Any
#-
Expand Down
12 changes: 10 additions & 2 deletions textsearch/books/tsBookDemoREADME.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
*

File: samples/textsearch/books/tsBookDemoREADME.txt
Demo files:
tsBookDemoRunDemo - ksh shell script to execute the demo
tsBookDemoDDL - DDL for the BOOKS table
tsBookDemoTableData - CLP script to insert non-LOB data
tsBookDemoInsertLobsTemplate.cli - CLI script to insert (via update) LOB data
ACID.pdf - BLOB demo data, ACM paper, see below for reference
FFT.pdf - BLOB demo data, ACM paper, see below for reference


The Db2 Text Search sample consists of a script written in SQL that
highlights the Text Search functionality.
Expand All @@ -17,12 +25,12 @@ sample database and indexed after enabling the Rich Text Filter.
The papers are publicly available on the ACM website. The download links are given below.
The references are as follows:

1) FFT.pdf
1) FFT.pdf - SHA256: f4333d6d903cf03a306c6f6b17cdb7ffb3c34536ce3dde100f82915eef8ebc59
Thomas H. Cormen, David M. Nicol, Out-of-core FFTs with parallel disks,
ACM SIGMETRICS Performance Evaluation Review, Volume 25, Issue 3, December 1997 pp 3–12, https://doi.org/10.1145/270900.270902
Download: https://dl.acm.org/doi/abs/10.1145/270900.270902

2) ACID.pdf
2) ACID.pdf - SHA256: 13dc152edc43c749f094bef0d60d4faf5c9596406c2b39c8d3f57f818e207055
Theo Haerder, Andreas Reuter, Principles of transaction-oriented database recovery,
ACM Computing Surveys, Volume 15, Issue 4, December 1983 pp 287–317, https://doi.org/10.1145/289.291
Download: https://dl.acm.org/doi/10.1145/289.291
Expand Down
2 changes: 1 addition & 1 deletion textsearch/books/tsBookDemoTableData.db2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--
-- Product Name: Db2 Text Search
--
-- Source File Name: tsDemoTableData.db2
-- Source File Name: tsBookDemoTableData.db2
--
-- Version: Any
--
Expand Down

0 comments on commit 10c5425

Please sign in to comment.