{
  "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": 159,
  "pageCount": 186,
  "prevPage": 158,
  "nextPage": 160,
  "slideType": "solution",
  "function": "present_solution",
  "density": "dense",
  "nDataPoints": 2,
  "notes": null,
  "elementsJson": null,
  "metadataConfidence": 1,
  "imagePath": null,
  "slideHref": "/slides/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc/159",
  "deckHref": "/decks/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc",
  "deckJsonHref": "/decks/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc.json",
  "deckAnchorHref": "/decks/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc#slide-159",
  "components": [
    {
      "bbox": {
        "h": 0.05,
        "w": 0.85,
        "x": 0.08,
        "y": 0.45
      },
      "kind": "list",
      "text": "Does not change semantics at all!",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "95b651b4-55f3-4ad7-9648-875df157183b",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.15,
        "w": 0.85,
        "x": 0.08,
        "y": 0.5
      },
      "kind": "list",
      "text": "To enable add a line to my.cnf\n- query_cache_size = 128MB\n- Or set it on a running server",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "9ded373b-47bd-4ecd-922a-35fd83b25a21",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.15,
        "w": 0.85,
        "x": 0.08,
        "y": 0.25
      },
      "kind": "list",
      "text": "Improves the speed of queries on read mostly tables. Most (all?) websites has some query that will run many times a second",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "ba8adf5a-0ca1-4138-96d8-01537646b9d4",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.15,
        "w": 0.85,
        "x": 0.08,
        "y": 0.65
      },
      "kind": "list",
      "text": "SET @@GLOBAL.QUERY_CACHE_SIZE=128*1024*1024\n- Turns the Query Cache on with 128 MB memory",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "c6c533c8-9ee8-499a-b3bb-eb625aee00b5",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.05,
        "w": 0.85,
        "x": 0.08,
        "y": 0.4
      },
      "kind": "list",
      "text": "3x speed improvement for web sites not uncommon",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "fe8355b6-7c8f-4742-94c9-5e3c9cf0f9b1",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.05,
        "w": 0.35,
        "x": 0.325,
        "y": 0.16
      },
      "kind": "title",
      "text": "4.0: Query Cache",
      "attrs": null,
      "subkind": "headline",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "ddce4093-7b3e-4432-97b4-2e24675a4606",
      "frameworkName": null,
      "frameworkSlug": null
    }
  ],
  "metrics": [],
  "tools": [
    {
      "name": "List presentation",
      "slug": "list-presentation",
      "agent": null,
      "layer": "slide",
      "matchId": "75b2c57c-ab42-45e5-9b3a-6644d3cb5ff4",
      "evidence": "The slide contains a list of bullet points describing the features of Query Cache.",
      "confidence": 0.8
    }
  ],
  "frameworks": [],
  "arcBeats": [],
  "loops": [],
  "imagePathAlt": null,
  "thumbSrc": null,
  "thumbSrcAlt": null,
  "locked": true
}