paper-with-me

홈 › Papers

MICRO: A Lightweight Middleware for Optimizing Cross-store Cross-model Graph-Relation Joins [Technical Report]

2026-03-14 · Xiuwen Zheng, Arun Kumar, Amarnath Gupta arxiv

Modern data applications increasingly involve heterogeneous data managed in different models and stored across disparate database engines, often deployed as separate installs. Limited research has addressed cross-model query processing in federated environments. This paper takes a step toward bridging this gap by: (1) formally defining a class of cross-model join queries between a graph store and a relational store by proposing a unified algebra; (2) introducing one real-world benchmark and four semi-synthetic benchmarks to evaluate such queries; and (3) proposing a lightweight middleware, MICRO, for efficient query execution. At the core of MICRO is CMLero, a learning-to-rank-based query optimizer that selects efficient execution plans without requiring exact cost estimation. By avoiding the need to materialize or convert all data into a single model, which is often infeasible due to third-party data control or cost, MICRO enables native querying across heterogeneous systems. Experimental results on the benchmark workloads demonstrate that MICRO outperforms the state-of-the-art federated relational system XDB by up to 2.1x in total runtime across the full test set. On the 93 test queries of real-world benchmark, 14 queries achieve over 100 speedup, including 4 queries with more than 100x speedup; however, 4 queries experienced slowdowns of over 5 seconds, highlighting opportunities for future improvement of MICRO. Further comparisons show that CMLero consistently outperforms rule-based and regression-based optimizers, highlighting the advantage of learning-to-rank in complex cross-model optimization.

📄 PDF Abstract BibTeX arXiv:2603.13835

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Lightweight Modeling Middleware for Corpus Processing

2018-05-01 · LREC 2018 5 · Markus G{\"a}rtner, Jonas Kuhn
Coreference Resolution

Meta-ROS: A Next-Generation Middleware Architecture for Adaptive and Scalable Robotic Systems

2026-01-28 · Anshul Ranjan, Anoosh Damodar, Neha Chougule, Dhruva S Nayak 외 arxiv

The field of robotics faces significant challenges related to the complexity and interoperability of existing middleware frameworks, like ROS2, which can be difficult for new developers to adopt. To address these issues,…

A Multi-Dataset Benchmark for Evaluating LLM Agents in Microservice Failure Diagnosis

2026-06-28 · Yuanhong Cai, Xiaohui Nie, Kanglin Yin, Changhua Pei 외 arxiv

LLM-based agents are reshaping microservice operations into AgentOps, where benchmarks are key to evaluating failure diagnosis over multimodal observability data. However, existing benchmarks remain largely outcome-orien…

HPRM: High-Performance Robotic Middleware for Intelligent Autonomous Systems

2024-12-02 · Jacky Kwok, Shulu Li, Marten Lohstroh, Edward A. Lee

The rise of intelligent autonomous systems, especially in robotics and autonomous agents, has created a critical need for robust communication middleware that can ensure real-time processing of extensive sensor data. Cur…

Autonomous Drivingobject-detectionObject Detection

Beyond Prompts: Measuring and Optimizing LLM Tool-Agent Harnesses

2026-09-04 · Cen Mia Zhao, Haibo Ruan, Wenjie Chen, Pei-fen Tu 외 arxiv

LLM tool agents can be improved without retraining by modifying the runtime harness around a fixed model: prompts, tool interfaces, middleware, state handling, and recovery logic. We study this setting as resource-bounde…