Created
February 6, 2018 06:39
-
-
Save robert8138/846a65b2484f757281e5c2fe43f97086 to your computer and use it in GitHub Desktop.
A table partitioned by datestamp
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
Column | Type | Extra | Comment | |
--------------------+---------+-----------------+------------------------------------------- | |
id_listing | bigint | | Unique id of the listing. | |
id_host | bigint | | Unique id of the host for the listing | |
dim_market | varchar | | The market in which the listing is located | |
ds | varchar | partition key | | |
(4 rows) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment