{
  "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": 158,
  "pageCount": 186,
  "prevPage": 157,
  "nextPage": 159,
  "slideType": "product_demo",
  "function": "present_solution",
  "density": "dense",
  "nDataPoints": 0,
  "notes": null,
  "elementsJson": null,
  "metadataConfidence": 1,
  "imagePath": null,
  "slideHref": "/slides/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc/158",
  "deckHref": "/decks/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc",
  "deckJsonHref": "/decks/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc.json",
  "deckAnchorHref": "/decks/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc#slide-158",
  "components": [
    {
      "bbox": {
        "h": 0.15,
        "w": 0.85,
        "x": 0.08,
        "y": 0.42
      },
      "kind": "list",
      "text": "SET GLOBAL SORT_BUFFER=1*1024*1024\n- This will set the sort buffer (used by ORDER BY queries) for all new connections",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "192c3eb1-d627-47a7-b2ed-fe67dfdde002",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.1,
        "w": 0.85,
        "x": 0.08,
        "y": 0.71
      },
      "kind": "list",
      "text": "SELECT @@GLOBAL.SORT_BUFFER\n- Returns the default size of the variable",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "22f1247c-71ca-4ef1-aaea-5ca54d0baf46",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.1,
        "w": 0.85,
        "x": 0.08,
        "y": 0.59
      },
      "kind": "list",
      "text": "SET SESSION SORT_BUFFER=32*1024*1024\n- Will set the same buffer but only for the current connection",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "97707804-1ebb-4d34-b82f-64b771430b89",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.15,
        "w": 0.85,
        "x": 0.08,
        "y": 0.25
      },
      "kind": "list",
      "text": "Change options on the fly (per thread and globally)\n- No need to restart server to change cache sizes\n- Possible to set larger buffers for specific commands",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "c2896d30-3474-4a9a-bb6d-e79a26942ecb",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.08,
        "w": 0.7,
        "x": 0.15,
        "y": 0.15
      },
      "kind": "title",
      "text": "4.0: Dynamic Setting of Variables",
      "attrs": null,
      "subkind": "headline",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "3922101a-e936-4e35-8654-808e4b7157db",
      "frameworkName": null,
      "frameworkSlug": null
    }
  ],
  "metrics": [],
  "tools": [],
  "frameworks": [],
  "arcBeats": [],
  "loops": [],
  "imagePathAlt": null,
  "thumbSrc": null,
  "thumbSrcAlt": null,
  "locked": true
}