中文
相关论文

相关论文: Fast Access to Columnar, Hierarchically Nested Dat…

200 篇论文

The proliferation of modern data processing tools has given rise to open-source columnar data formats. The advantage of these formats is that they help organizations avoid repeatedly converting data to a new format for each application.…

数据库 · 计算机科学 2020-05-01 Tianyu Li , Matthew Butrovich , Amadou Ngom , Wan Shen Lim , Wes McKinney , Andrew Pavlo

Columnar databases are an established way to speed up online analytical processing (OLAP) queries. Nowadays, data processing (e.g., storage, visualization, and analytics) is often performed at the programming language level, hence it is…

Exploratory data analysis tools must respond quickly to a user's questions, so that the answer to one question (e.g. a visualized histogram or fit) can influence the next. In some SQL-based query systems used in industry, even very large…

分布式、并行与集群计算 · 计算机科学 2017-11-09 Jim Pivarski , David Lange , Thanat Jatuphattharachat

At high energy physics experiments, processing billions of records of structured numerical data from collider events to a few statistical summaries is a common task. The data processing is typically more complex than standard query…

数据分析、统计与概率 · 物理学 2019-10-22 Joosep Pata , Maria Spiropulu

We present a technique for automatically transforming kernel-based computations in disparate, nested loops into a fused, vectorized form that can reduce intermediate storage needs and lead to improved performance on contemporary hardware.…

性能 · 计算机科学 2017-10-25 Jason Sewall , Simon J. Pennycook

In-memory columnar databases have become mainstream over the last decade and have vastly improved the fast processing of large volumes of data through multi-core parallelism and in-memory compression thereby eliminating the usual…

数据库 · 计算机科学 2016-09-27 Jayanth Jayanth

High Energy Physics (HEP) experiments, for example at the Large Hadron Collider (LHC) at CERN, store data at exabyte scale in sets of files. They use a binary columnar data format by the ROOT framework, that also transparently compresses…

分布式、并行与集群计算 · 计算机科学 2024-10-21 Jonas Hahnfeld , Jakob Blomer , Thorsten Kollegger

This work presents an abstract model for the computations performed by analytic column stores or columnar query processors. The model is based on circuits whose wires carry columns rather than scalar values, and whose nodes apply operators…

数据库 · 计算机科学 2019-11-13 Eyal Rozenberg

Analytical database systems are typically designed to use a column-first data layout to access only the desired fields. On the other hand, storing data row-first works great for accessing, inserting, or updating entire rows. Transforming…

We revisit column-oriented storage and query processing techniques in the context of contemporary graph database management systems (GDBMSs). Similar to column-oriented RDBMSs, GDBMSs support read-heavy analytical workloads that however…

数据库 · 计算机科学 2021-10-29 Pranjal Gupta , Amine Mhedhbi , Semih Salihoglu

The coffea framework provides a new approach to High-Energy Physics analysis, via columnar operations, that improves time-to-insight, scalability, portability, and reproducibility of analysis. It is implemented with the Python programming…

分布式、并行与集群计算 · 计算机科学 2021-08-09 Nicholas Smith , Lindsey Gray , Matteo Cremonesi , Bo Jayatilaka , Oliver Gutsche , Allison Hall , Kevin Pedro , Maria Acosta , Andrew Melo , Stefano Belforte , Jim Pivarski

Separate programming models for data transformation (declarative) and computation (procedural) impact programmer ergonomics, code reusability and database efficiency. To eliminate the necessity for two models or paradigms, we propose a…

数据库 · 计算机科学 2023-11-09 David Robert Pratten , Luke Mathieson

With the rapid growth of Next Generation Sequencing (NGS) technologies, large amounts of "omics" data are daily collected and need to be processed. Indexing and compressing large sequences datasets are some of the most important tasks in…

数据结构与算法 · 计算机科学 2021-07-08 Ylenia Galluzzo , Raffaele Giancarlo , Mario Randazzo , Simona E. Rombo

Linear algebraic expressions are the essence of many computationally intensive problems, including scientific simulations and machine learning applications. However, translating high-level formulations of these expressions to efficient…

分布式、并行与集群计算 · 计算机科学 2019-03-22 Dániel Berényi , András Leitereg , Gábor Lehel

Column-oriented database systems have been a real game changer for the industry in recent years. Highly tuned and performant systems have evolved that provide users with the possibility of answering ad hoc queries over large datasets in an…

数据库 · 计算机科学 2012-08-02 Alexander Hall , Olaf Bachmann , Robert Büssow , Silviu Gănceanu , Marc Nunkesser

Transcribing structured data into natural language descriptions has emerged as a challenging task, referred to as "data-to-text". These structures generally regroup multiple elements, as well as their attributes. Most attempts rely on…

计算与语言 · 计算机科学 2019-12-23 Clément Rebuffel , Laure Soulier , Geoffrey Scoutheeten , Patrick Gallinari

Modern Internet applications often produce a large volume of user activity records. Data analysts are interested in cohort analysis, or finding unusual user behavioral trends, in these large tables of activity records. In a traditional…

数据库 · 计算机科学 2016-05-05 Dawei Jiang , Qingchao Cai , Gang Chen , H. V. Jagadish , Beng Chin Ooi , Kian-Lee Tan , Anthony K. H. Tung

Indexing sequence data is important in the context of Precision Medicine, where large amounts of ``omics'' data have to be daily collected and analyzed in order to categorize patients and identify the most effective therapies. Here we…

分布式、并行与集群计算 · 计算机科学 2020-07-21 Mario Randazzo , Simona E. Rombo

Traditional databases are not equipped with the adequate functionality to handle the volume and variety of "Big Data". Strict schema definition and data loading are prerequisites even for the most primitive query session. Raw data…

数据库 · 计算机科学 2015-05-12 Weijie Zhao , Yu Cheng , Florin Rusu

As the demand for computational power grows, optimizing code through compilers becomes increasingly crucial. In this context, we focus on fully automatic code optimization techniques that automate the process of selecting and applying code…

编程语言 · 计算机科学 2025-11-11 Yacine Hakimi , Riyadh Baghdadi
‹ 上一页 1 2 3 10 下一页 ›