Dataset entry

Periodic Action

TRIZ-bytes triz_byte TRIZ-19
Replace continuous or one-time actions with periodic ones to reduce load, cost, and risk while maintaining effectiveness.

Attribution

Creator: Dzmitryi Kharlanau (SAP Lead).

Canonical: https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-19.json

LinkedIn

JSON (copy / reuse)
{
  "id": "TRIZ-19",
  "title": "Periodic Action",
  "intent": "Replace continuous or one-time actions with periodic ones to reduce load, cost, and risk while maintaining effectiveness.",
  "triz_principle": {
    "number": 19,
    "name": "Periodic Action",
    "definition": "Instead of continuous action, use periodic or pulsed actions; adjust frequency as needed."
  },
  "problem_understanding": {
    "core_contradiction": "We want constant control and availability, but continuous operation is expensive and fragile.",
    "why_this_hurts": "Always-on processes consume resources, amplify noise, and make systems harder to stabilize and reason about.",
    "typical_signals": [
      "continuous polling or checks",
      "high baseline system load",
      "alerts firing too often",
      "processes running even when nothing changes"
    ]
  },
  "solution_logic": {
    "core_idea": "Act at meaningful intervals instead of continuously.",
    "key_rule": "Choose frequency based on business impact, not technical convenience.",
    "how_it_resolves_the_contradiction": "The system stays responsive where it matters while reducing unnecessary work and noise."
  },
  "application_patterns": {
    "consulting": [
      "scheduled decision checkpoints instead of constant reviews",
      "periodic steering meetings with clear agendas",
      "time-boxed audits instead of continuous scrutiny"
    ],
    "software_engineering": [
      "batch processing instead of constant polling",
      "scheduled jobs triggered by change volume",
      "debounced or throttled events"
    ],
    "architecture": [
      "event batching",
      "scheduled reconciliation instead of real-time syncing",
      "time-windowed processing pipelines"
    ],
    "enterprise_sap": [
      "periodic data synchronization instead of continuous replication",
      "scheduled data quality checks",
      "batch-based mass changes with controlled windows"
    ]
  },
  "anti_patterns": [
    "periodic actions without clear triggers",
    "intervals chosen arbitrarily",
    "batch sizes that grow without limits"
  ],
  "usage_guidance": {
    "use_when": [
      "continuous processing brings little added value",
      "system load is unnecessarily high",
      "real-time is not a true business requirement"
    ],
    "do_not_use_when": [
      "real-time response is critical",
      "delays cause irreversible damage"
    ]
  },
  "diagnostic_questions": [
    "Which actions truly require real-time execution?",
    "What is the acceptable delay for business value?",
    "Where could batching reduce noise and cost?"
  ],
  "example": {
    "before": "System continuously polls downstream systems for changes.",
    "after": "Changes are collected and processed in controlled periodic batches."
  },
  "meta": {
    "schema": "dkharlanau.dataset.byte",
    "schema_version": "1.1",
    "dataset": "TRIZ-bytes",
    "source_project": "cv-ai",
    "source_path": "TRIZ-bytes/TRIZ-19.json",
    "generated_at_utc": "2026-02-03T14:33:32+00:00",
    "creator": {
      "name": "Dzmitryi Kharlanau",
      "role": "SAP Lead",
      "website": "https://dkharlanau.github.io",
      "linkedin": "https://www.linkedin.com/in/dkharlanau"
    },
    "attribution": {
      "attribution_required": true,
      "preferred_citation": "Dzmitryi Kharlanau (SAP Lead). Dataset bytes: https://dkharlanau.github.io"
    },
    "license": {
      "name": "",
      "spdx": "",
      "url": ""
    },
    "links": {
      "website": "https://dkharlanau.github.io",
      "linkedin": "https://www.linkedin.com/in/dkharlanau"
    },
    "contact": {
      "preferred": "linkedin",
      "linkedin": "https://www.linkedin.com/in/dkharlanau"
    },
    "canonical_url": "https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-19.json",
    "created_at_utc": "2026-02-03T14:33:32+00:00",
    "updated_at_utc": "2026-02-03T15:29:02+00:00",
    "provenance": {
      "source_type": "chat_export_extraction",
      "note": "Extracted and curated by Dzmitryi Kharlanau; enriched for attribution and crawler indexing."
    },
    "entity_type": "triz_byte",
    "entity_subtype": "",
    "summary": "Replace continuous or one-time actions with periodic ones to reduce load, cost, and risk while maintaining effectiveness."
  }
}