Execution
Everything on SkillVeris tagged Execution — collected across the glossary, study notes, blog, and cheat sheets.
14 resources across 2 libraries
Study Notes(13)
Deferred vs Immediate Execution
LINQ queries either execute immediately when defined or defer execution until enumerated — understanding which operators do which prevents subtle bugs and need…
Non-GUI Mode Execution for Real Load Tests
Learn why production JMeter load tests must run in non-GUI (CLI) mode and how to configure command-line execution and reporting correctly.
Parallel Test Execution
Speed up Selenium suites by running multiple tests concurrently across threads, processes, or Grid nodes without sessions interfering with each other.
Spark vs Hadoop MapReduce
How Spark's in-memory DAG execution model compares to classic Hadoop MapReduce in performance, fault tolerance, and use cases.
The Flink Execution Model
How Flink transforms a program into a JobGraph and ExecutionGraph, schedules parallel tasks, and moves data between operators via streams and partitions.
Your First PowerShell Script
Write, save, and run a real .ps1 script with parameters, control flow, and functions, and understand execution policy before you run it.
Execution Plans and Tuning
How to read SQL Server execution plans, identify costly operators, and apply indexing and query rewrites to improve performance.
The Order of Execution
The fixed sequence Salesforce follows on every save - system validation, triggers, validation rules, and post-commit automation - and why it matters for rollup…
Compile-Time Function Execution (CTFE)
Understand how D executes ordinary functions at compile time to compute constants, validate data, and generate code before the program ever runs.
The Wasm Execution Model
How WebAssembly actually executes: its stack machine, linear memory, module/instance/store relationship, and structured control flow.
Parallel Execution with xargs
Use xargs's -P flag and related options to run commands across many inputs concurrently, controlling batching, argument placement, and error handling.
Execution Plans
How to read EXPLAIN output to understand and diagnose how the database will run a query.
LINQ Basics
Language Integrated Query lets you write expressive, type-safe queries directly in C# over collections, databases, and XML using a unified syntax.