Skip to content

Instantly share code, notes, and snippets.

@berfarah
Created October 1, 2018 21:12
Show Gist options
  • Save berfarah/9b7a7730d46d0cb8aa3456b039db2190 to your computer and use it in GitHub Desktop.
Save berfarah/9b7a7730d46d0cb8aa3456b039db2190 to your computer and use it in GitHub Desktop.
Iterative Optimization on Hot Paths: What is sqlgen?
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