Skip to content

Instantly share code, notes, and snippets.

@berfarah
Created October 1, 2018 21:17
Show Gist options
  • Save berfarah/7beb621b2d209a356ba9489550a4bc83 to your computer and use it in GitHub Desktop.
Save berfarah/7beb621b2d209a356ba9489550a4bc83 to your computer and use it in GitHub Desktop.
Iterative Optimization on Hot Paths: Storing JSON in the database
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