paper-with-me

Papers

Adaptive Execution Scheduler for DataDios SmartDiff

2025-10-09 · Aryan Poduri arxiv

We present an adaptive scheduler for a single differencing engine (SmartDiff) with two execution modes: (i) in-memory threads and (ii) Dask based parallelism. The scheduler continuously tunes batch size and worker/thread count within fixed CPU and memory budgets to minimize p95 latency. A lightweight preflight profiler estimates bytes/row and I/O rate; an online cost/memory model prunes unsafe actions; and a guarded hill-climb policy favors lower latency with backpressure and straggler mitigation. Backend selection is gated by a conservative working-set estimate so that in-memory execution is chosen when safe, otherwise Dask is used. Across synthetic and public tabular benchmarks, the scheduler reduces p95 latency by 23 to 28 percent versus a tuned warm-up heuristic (and by 35 to 40 percent versus fixed grid baselines), while lowering peak memory by 16 to 22 percent (25 to 32 percent vs. fixed) with zero OOMs and comparable throughput.

📄 PDF Abstract BibTeX arXiv:2510.07811

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Illuminating Patterns of Divergence: DataDios SmartDiff for Large-Scale Data Difference Analysis

2025-08-30 · Aryan Poduri, Yashwant Tailor arxiv

Data engineering workflows require reliable differencing across files, databases, and query outputs, yet existing tools falter under schema drift, heterogeneous types, and limited explainability. SmartDiff is a unified s…

MetaNet: Automated Dynamic Selection of Scheduling Policies in Cloud Environments

2022-05-21 · Shreshth Tuli, Giuliano Casale, Nicholas R. Jennings

Task scheduling is a well-studied problem in the context of optimizing the Quality of Service (QoS) of cloud computing environments. In order to sustain the rapid growth of computational demands, one of the most importan…

Cloud ComputingManagementScheduling

Speedup Patch: Learning a Plug-and-Play Policy to Accelerate Embodied Manipulation

2026-03-21 · Zhichao Wu, Junyin Ye, Zhilong Zhang, Yihao Sun 외 arxiv

While current embodied policies exhibit remarkable manipulation skills, their execution remains unsatisfactorily slow as they inherit the tardy pacing of human demonstrations. Existing acceleration methods typically requ…

Reinforcement Learning

EWSJF: An Adaptive Scheduler with Hybrid Partitioning for Mixed-Workload LLM Inference

2026-01-29 · Bronislav Sidik, Chaya Levi, Joseph Kampeas arxiv

Serving Large Language Models (LLMs) under mixed workloads--short, latency-sensitive interactive queries alongside long, throughput-oriented batch requests--poses a fundamental scheduling challenge. Standard First-Come, …

MARS: Efficient, Adaptive Co-Scheduling for Heterogeneous Agentic Systems

2026-04-14 · Yifei Wang, Hancheng Ye, Yechen Xu, Cong Guo 외 arxiv

Large language models (LLMs) are increasingly deployed as the execution core of autonomous agents rather than as standalone text generators. Agentic workloads induce a temporal shift from single-turn inference to multi-t…