aboutsummaryrefslogtreecommitdiff
path: root/backend/data/enwiki/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'backend/data/enwiki/README.md')
-rw-r--r--backend/data/enwiki/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/backend/data/enwiki/README.md b/backend/data/enwiki/README.md
index cdabf50..c9615ef 100644
--- a/backend/data/enwiki/README.md
+++ b/backend/data/enwiki/README.md
@@ -17,7 +17,9 @@ Generated Files
- dumpIndex.db <br>
Holds data from the enwiki dump index file. Generated by
genDumpIndexDb.py, and used by lookupPage.py to get content for a
- given page title.
+ given page title. <br>
+ Tables: <br>
+ - offsets: title TEXT PRIMARY KEY, id INT UNIQUE, offset INT, next\_offset INT
- enwikiData.db <br>
Holds data obtained from the enwiki dump file, in 'pages',
'redirects', and 'descs' tables. Generated by genData.py, which uses