Created
October 1, 2018 21:17
-
-
Save berfarah/7beb621b2d209a356ba9489550a4bc83 to your computer and use it in GitHub Desktop.
Iterative Optimization on Hot Paths: Storing JSON in the database
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), | |
configuration JSON | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment