中文
相关论文

相关论文: Size bounds and query plans for relational joins

200 篇论文

This work considers clustering nodes of a largely incomplete graph. Under the problem setting, only a small amount of queries about the edges can be made, but the entire graph is not observable. This problem finds applications in…

机器学习 · 计算机科学 2021-10-04 Shahana Ibrahim , Xiao Fu

Discovering which tables in large, heterogeneous repositories can be joined and by what transformations is a central challenge in data integration and data discovery. Traditional join discovery methods are largely designed for equi-joins,…

数据库 · 计算机科学 2025-12-03 Ning Wang , Sainyam Galhotra

Rule learning approaches for knowledge graph completion are efficient, interpretable and competitive to purely neural models. The rule aggregation problem is concerned with finding one plausibility score for a candidate fact which was…

人工智能 · 计算机科学 2023-09-04 Patrick Betz , Stefan Lüdtke , Christian Meilicke , Heiner Stuckenschmidt

Graph traversals are a basic but fundamental ingredient for a variety of graph algorithms and graph-oriented queries. To achieve the best possible query performance, they need to be implemented at the core of a database management system…

数据库 · 计算机科学 2014-12-22 Marcus Paradies , Wolfgang Lehner , Christof Bornhoevd

Graph databases have been the subject of significant research and development. Problems such as modularity, centrality, alignment, and clustering have been formalized and solved in various application contexts. In this paper, we focus on…

社会与信息网络 · 计算机科学 2019-08-09 Vikram Ravindra , Huda Nassar , David F. Gleich , Ananth Grama

Recently, Abo Khamis et al. showed how to upper bound the size of a join of multiple tables, a problem essential to query optimization in database theory. They unified earlier works by the following information-theoretical framework. 1. Let…

信息论 · 计算机科学 2026-04-17 Yu-Ting Lin , Hsin-Po Wang

In three-dimensional computational topology, the theory of normal surfaces is a tool of great theoretical and practical significance. Although this theory typically leads to exponential time algorithms, very little is known about how these…

几何拓扑 · 数学 2018-10-24 Benjamin A. Burton , João Paixão , Jonathan Spreer

Training and inference on edge devices often requires an efficient setup due to computational limitations. While pre-computing data representations and caching them on a server can mitigate extensive edge device computation, this leads to…

计算与语言 · 计算机科学 2023-05-17 Ulf A. Hamster , Ji-Ung Lee , Alexander Geyken , Iryna Gurevych

Cardinality estimation (CardEst), a central component of the query optimizer, plays a significant role in generating high-quality query plans in DBMS. The CardEst problem has been extensively studied in the last several decades, using both…

数据库 · 计算机科学 2021-12-08 Rong Zhu , Tianjing Zeng , Andreas Pfadler , Wei Chen , Bolin Ding , Jingren Zhou

We introduce new combinatorial quantities for concept classes, and prove lower and upper bounds for learning complexity in several models of query learning in terms of various combinatorial quantities. Our approach is flexible and powerful…

机器学习 · 计算机科学 2019-04-24 Hunter Chase , James Freitag

Cardinality estimation is one of the most fundamental and challenging problems in query optimization. Neither classical nor learning-based methods yield satisfactory performance when estimating the cardinality of the join queries. They…

数据库 · 计算机科学 2022-12-13 Ziniu Wu , Parimarjan Negi , Mohammad Alizadeh , Tim Kraska , Samuel Madden

In this paper, we prove topology dependent bounds on the number of rounds needed to compute Functional Aggregate Queries (FAQs) studied by Abo Khamis et al. [PODS 2016] in a synchronous distributed network under the model considered by…

分布式、并行与集群计算 · 计算机科学 2020-03-13 Michael Langberg , Shi Li , Sai Vikneshwar Mani Jayaraman , Atri Rudra

We transform join ordering into a mixed integer linear program (MILP). This allows to address query optimization by mature MILP solver implementations that have evolved over decades and steadily improved their performance. They offer…

数据库 · 计算机科学 2015-11-09 Immanuel Trummer , Christoph Koch

Accurate question answering over real spreadsheets remains difficult due to multirow headers, merged cells, and unit annotations that disrupt naive chunking, while rigid SQL views fail on files lacking consistent schemas. We present SQuARE,…

计算与语言 · 计算机科学 2026-04-13 Chinmay Gondhalekar , Urjitkumar Patel , Fang-Chun Yeh

SPARQL basic graph pattern (BGP) (a.k.a. SQL inner-join) query optimization is a well researched area. However, optimization of OPTIONAL pattern queries (a.k.a. SQL left-outer-joins) poses additional challenges, due to the restrictions on…

数据库 · 计算机科学 2015-04-02 Medha Atre

Data scientists often draw on multiple relational data sources for analysis. A standard assumption in learning and approximate query answering is that the data is a uniform and independent sample of the underlying distribution. To avoid the…

数据库 · 计算机科学 2023-03-10 Yurong Liu , Yunlong Xu , Fatemeh Nargesian

Traditional functional connectivity based on functional magnetic resonance imaging (fMRI) can only capture pairwise interactions between brain regions. Hypergraphs, which reveal high-order relationships among multiple brain regions, have…

神经元与认知 · 定量生物学 2025-05-20 Wenqi Hu , Xuerui Su , Guanliang Li , Yidi Pan , Aijing Lin

Selectivity estimation - the problem of estimating the result size of queries - is a fundamental problem in databases. Accurate estimation of query selectivity involving multiple correlated attributes is especially challenging. Poor…

数据库 · 计算机科学 2019-06-19 Shohedul Hasan , Saravanan Thirumuruganathan , Jees Augustine , Nick Koudas , Gautam Das

For decades, SQL has been the default language for composing queries, but it is increasingly used as an artifact to be read and verified rather than authored. With Large Language Models (LLMs), queries are increasingly machine-generated,…

数据库 · 计算机科学 2025-12-16 Wolfgang Gatterbauer , Diandre Miguel Sabale

The SPARQL query language is a recent W3C standard for processing RDF data, a format that has been developed to encode information in a machine-readable way. We investigate the foundations of SPARQL query optimization and (a) provide novel…

数据库 · 计算机科学 2009-01-26 Michael Schmidt , Michael Meier , Georg Lausen