Created
October 1, 2018 21:12
-
-
Save berfarah/9b7a7730d46d0cb8aa3456b039db2190 to your computer and use it in GitHub Desktop.
Iterative Optimization on Hot Paths: What is sqlgen?
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
CREATE TABLE users ( | |
id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, | |
name VARCHAR(255) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment