You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,17 +39,17 @@ Usage of ./bin/wof-sqlite-index-features:
39
39
-index-relations-reader-uri string
40
40
A valid go-reader.Reader URI from which to read data for a relations candidate.
41
41
-iterator-uri string
42
-
A valid whosonfirst/go-whosonfirst-iterate/emitter URI. Supported emitter URI schemes are: directory://,featurecollection://,file://,filelist://,geojsonl://,repo:// (default "repo://")
42
+
A valid whosonfirst/go-whosonfirst-iterate/emitter URI. Supported emitter URI schemes are: directory://,featurecollection://,file://,filelist://,geojsonl://,git://,repo:// (default "repo://")
43
43
-live-hard-die-fast
44
44
Enable various performance-related pragmas at the expense of possible (unlikely) database corruption (default true)
45
45
-mode string
46
-
A valid whosonfirst/go-whosonfirst-iterate/emitter URI. Supported emitter URI schemes are: directory://,featurecollection://,file://,filelist://,geojsonl://,repo://. THIS FLAG IS DEPRECATED, please use -iterator-uri instead. (default "repo://")
46
+
A valid whosonfirst/go-whosonfirst-iterate/emitter URI. Supported emitter URI schemes are: directory://,featurecollection://,file://,filelist://,geojsonl://,git://,repo://. THIS FLAG IS DEPRECATED, please use -iterator-uri instead. (default "repo://")
47
47
-names
48
48
Index the 'names' table
49
49
-optimize
50
50
Attempt to optimize the database before closing connection (default true)
51
51
-processes int
52
-
The number of concurrent processes to index data with (default 8)
52
+
The number of concurrent processes to index data with (default 16)
53
53
-properties
54
54
Index the 'properties' table
55
55
-rtree
@@ -291,4 +291,5 @@ As of this writing individual tables are indexed atomically. There may be some i
0 commit comments