Skip to content

Instantly share code, notes, and snippets.

@afcotroneo
Created March 29, 2021 17:33
Show Gist options
  • Save afcotroneo/244ae247f58ab75e41f50b27a1495991 to your computer and use it in GitHub Desktop.
Save afcotroneo/244ae247f58ab75e41f50b27a1495991 to your computer and use it in GitHub Desktop.
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