{
  "docId": "019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc",
  "docSlug": "jarvis-mysql-pitch-deck",
  "documentTitle": "MYSQL Pitch Deck",
  "authorId": "mysql-pitch-deck",
  "authorName": null,
  "documentKindSlug": "pitchdeck",
  "documentKindLabel": "Pitch deck",
  "sourceTypeSlug": "investor_relations",
  "sourceTypeLabel": "Investor relations",
  "presentationDate": null,
  "orientation": null,
  "aspectRatio": null,
  "pageNumber": 175,
  "pageCount": 186,
  "prevPage": 174,
  "nextPage": 176,
  "slideType": "context",
  "function": "present_solution",
  "density": "sparse",
  "nDataPoints": 0,
  "notes": "Technical slide explaining database architecture flexibility.",
  "elementsJson": null,
  "metadataConfidence": 1,
  "imagePath": null,
  "slideHref": "/slides/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc/175",
  "deckHref": "/decks/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc",
  "deckJsonHref": "/decks/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc.json",
  "deckAnchorHref": "/decks/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc#slide-175",
  "components": [
    {
      "bbox": {
        "h": 0.45,
        "w": 0.83,
        "x": 0.085,
        "y": 0.255
      },
      "kind": "list",
      "text": "A storage engine is a low level data storage / retrieval module (disk or memory)\nThis allows you to choose locking and speed trade offs per table (instead of when choosing db!)\nMySQL supported multiple storage engines from the very beginning\nCREATE TABLE (key int, value char(10), PRIMARY INDEX key) TYPE=HEAP;\nALTER TABLE table_name TYPE=InnoDB;",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "dfb55c48-a29a-40c8-98d3-98fc7f169396",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.035,
        "w": 0.333,
        "x": 0.333,
        "y": 0.158
      },
      "kind": "title",
      "text": "Storage Engines",
      "attrs": null,
      "subkind": "headline",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "26684e54-7115-4c16-b9f5-057e42059a20",
      "frameworkName": null,
      "frameworkSlug": null
    }
  ],
  "metrics": [],
  "tools": [],
  "frameworks": [],
  "arcBeats": [],
  "loops": [],
  "imagePathAlt": null,
  "thumbSrc": null,
  "thumbSrcAlt": null,
  "locked": true
}