Created
March 29, 2021 17:33
-
-
Save afcotroneo/244ae247f58ab75e41f50b27a1495991 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE TABLE la_streets ( | |
osm_id TEXT ENCODING DICT(32), | |
name TEXT ENCODING DICT(32), | |
highway TEXT ENCODING DICT(32), | |
length float, | |
geometry GEOMETRY(LINESTRING, 4326) ENCODING COMPRESSED(32)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment