Created
November 6, 2015 03:07
-
-
Save bartvm/2d049b38eaa74abe56f8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
DROP TABLE IF EXISTS data; | |
CREATE TABLE data ( | |
hostname TEXT, | |
gpu_id TEXT, | |
gpu_name TEXT, | |
timestamp INTEGER, | |
utilization REAL | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment