skip to main content
10.1145/2513591acmotherconferencesBook PagePublication PagesideasConference Proceedingsconference-collections
IDEAS '13: Proceedings of the 17th International Database Engineering & Applications Symposium
ACM2013 Proceeding
Publisher:
  • Association for Computing Machinery
  • New York
  • NY
  • United States
Conference:
IDEAS '13: 17th International Database Engineering & Applications Symposium Barcelona Spain October 9 - 13, 2013
ISBN:
978-1-4503-2025-2
Published:
09 October 2013
Sponsors:
UPC, BytePress, Concordia University

Bibliometrics
Skip Abstract Section
Abstract

This year, the 17th International Database Engineering & Applications Symposium takes place in the beautiful city of Barcelona which has been a millenary crossroad for many cultures, and it still is, hosting people from many different countries and making the Catalan culture and language a common and integrating vehicle. The influence of Catalunya in the medieval ages with its maritime strength in the Mediterranean, the oldest parliament ever, the "Consell de Cent", or the oldest form of a bank, the "Taula de Canvi", has left an important cultural legacy with outstanding examples. Cultural aspects that are in the everyday life of the Catalans are "Els Castellers", the incredible human constructions that fascinate everybody, and the popular "Festes Majors", Saint Patron feasts that gather other not less important traditions like the "Sardana", a dance possibly linked to the Greek ancestral dances, and the "Gegants i Capsgrossos", giant and bigheaded characters who started to be used in processions as long as more than six centuries ago.

Skip Table Of Content Section
SESSION: Invited paper
research-article
LDBC: benchmarks for graph and RDF data management

The Linked Data Benchmark Council (LDBC) is an EU project that aims to develop industry-strength benchmarks for graph and RDF data management systems. LDBC introduces a so-called "choke-point" based benchmark development, through which experts identify ...

research-article
Matching bounds for the all-pairs MapReduce problem

The all-pairs problem is an input-output relationship where each output corresponds to a pair of inputs, and each pair of inputs has a corresponding output. It models similarity joins where no simplification of the search for similar pairs, e.g., ...

SESSION: Full paper
research-article
Cloudy: heterogeneous middleware for in time queries processing

Parallel share-nothing architectures are currently used to handle large amounts of data arriving in real-time for processing. The continuous increase on data volume and organization, introduce several limitations to scalability and quality of service (...

research-article
On the efficiency of multiple range query processing in multidimensional data structures

Multidimensional data are commonly utilized in many application areas like electronic shopping, cartography and many others. These data structures support various types of queries, e.g. point or range query. The range query retrieves all tuples of a ...

research-article
On-the-fly generation of multidimensional data cubes for web of things

The dynamicity of sensor data sources and publishing real-time sensor data over a generalised infrastructure like the Web pose a new set of integration challenges. Semantic Sensor Networks demand excessive expressivity for efficient formal analysis of ...

research-article
Efficiency and precision trade-offs in graph summary algorithms

In many applications, it is convenient to substitute a large data graph with a smaller homomorphic graph. This paper investigates approaches for summarising massive data graphs. In general, massive data graphs are processed using a shared-nothing ...

research-article
Approximate high-dimensional nearest neighbor queries using R-forests

Highly efficient query processing on high-dimensional data, while important, is still a challenge nowadays -- as the curse of dimensionality makes efficient solution very difficult. On the other hand, there have been suggestions that it is better off if ...

research-article
Content-based annotation and classification framework: a general multi-purpose approach

Unprecedented amounts of digital data are becoming available nowadays, but frequently the data lack some semantic information necessary to effectively organize these resources. For images in particular, textual annotations that represent the semantics ...

research-article
Near real-time with traditional data warehouse architectures: factors and how-to

Traditional data warehouses integrate new data during lengthy offline periods, with indexes being dropped and rebuilt for efficiency reasons. There is the idea that these and other factors make them unfit for realtime warehousing. We analyze how a set ...

research-article
Top-k join queries: overcoming the curse of anti-correlation

The existing heuristics for top-k join queries, aiming to minimize the scan-depth, rely heavily on scores and correlation of scores. It is known that for uniformly random scores between two relations of length n, scan-depth of √kn is required. Moreover, ...

research-article
A hybrid page layout integrating PAX and NSM

The paper explores a hybrid page layout (HPL), combining the advantages of NSM and PAX. The design defines a continuum between NSM and PAX supporting both efficient scans minimizing cache faults and efficient insertions and updates. Our evaluation shows ...

research-article
Dynamic bitmap index recompression through workload-based optimizations

Many large-scale read-only databases and data warehouses use bitmap indices in an effort to speed up data analysis. These indices have the dual properties of compressibility and being able to leverage fast bit-wise operations for query processing. ...

research-article
Read optimisations for append storage on flash

Append-/Log-based Storage Managers (LbSM) for database systems represent a good match for the characteristics and behaviour of Flash technology. LbSM alleviate random writes reducing the impact of Flash read/write asymmetry, increasing endurance and ...

research-article
Verification of k-coverage on query line segments

The coverage problem is one of the fundamental problems in sensor networks, which reflects the degree of a region being monitored by sensors. In this paper, we make the first attempt to address the k-coverage verification problem regarding a given query ...

research-article
A compact representation for efficient uncertain-information integration

The probabilistic relation model has been used for the compact representation of uncertain data in relational databases. In this paper we present the extended probabilistic relation model, a compact representation for uncertain information that admits ...

research-article
Breaking skyline computation down to the metal: the skyline breaker algorithm

Given a sequential input connection, we tackle parallel skyline computation of the read data by means of a spatial tree structure for indexing fine-grained feature vectors. For this purpose, multiple local split decision trees are simultaneously filled ...

SESSION: Short paper
research-article
How to exploit the device diversity and database interaction to propose a generic cost model?

Cost models have been following the life cycle of databases. In the first generation, they have been used by query optimizers, where the cost-based optimization paradigm has been developed and supported by most of important optimizers. The spectacular ...

research-article
DynamicNet: an effective and efficient algorithm for supporting community evolution detection in time-evolving information networks

DynamicNet, an effective and efficient algorithm for supporting community evolution detection in time-evolving information networks is presented and experimentally evaluated in this paper. DynamicNet introduces a graph-based model-theoretic approach to ...

research-article
SVMAX: a system for secure and valid manipulation of XML data

It is increasingly common to find XML views used to enforce access control as found in many applications and commercial database systems. To overcome the overhead of view materialization and maintenance, XML views are necessarily virtual. With this ...

research-article
Sequential pattern mining from trajectory data

In this paper, we study the problem of mining for frequent trajectories, which is crucial in many application scenarios, such as vehicle traffic management, hand-off in cellular networks, supply chain management. We approach this problem as that of ...

research-article
Self-managing online partitioner for databases (SMOPD): a vertical database partitioning system with a fully automatic online approach

A key factor of measuring database performance is query response time, which is dominated by I/O time. Database partitioning is among techniques that can help users reduce the I/O time significantly. However, how to efficiently partition tables in a ...

research-article
Load balance for semantic cluster-based data integration systems

Data integration systems based on Peer-to-Peer environments have been developed to integrate dynamic, autonomous and heterogeneous data sources on the Web. Some of these systems adopt semantic approaches for clustering their data sources, reducing the ...

research-article
Evaluating skyline queries over vertically partitioned tables

In recent years, many researchers have been interested in the problem of Skyline query evaluation because this kind of queries allows to filter high volumes of data. Skyline queries return those objects that are the best ones according to multiple user'...

research-article
Personalized progressive filtering of skyline queries in high dimensional spaces

Skyline queries were introduced to formulate multi-criteria searches. Such a query tries to select in a relation the tuples that optimize all the criteria, called dominant tuples. There rarely exists a single dominant tuple, but usually a set of ...

research-article
Querying data across different legal domains

The management of legal domains is gaining great importance in the context of data management. In fact, the geographical distribution of data as implied -- for example -- by cloud-based services requires that the legal restrictions and obligations are ...

SESSION: Position paper
research-article
Big data: a research agenda

Recently, a great deal of interest for Big Data has risen, mainly driven from a widespread number of research problems strongly related to real-life applications and systems, such as representing, modeling, processing, querying and mining massive, ...

Contributors
  • Polytechnic University of Catalonia
  • University of Coimbra, Centre for Informatics and System

Index Terms

  1. Proceedings of the 17th International Database Engineering & Applications Symposium
      Index terms have been assigned to the content through auto-classification.

      Recommendations

      Acceptance Rates

      IDEAS '13 Paper Acceptance Rate9of51submissions,18%Overall Acceptance Rate74of210submissions,35%
      YearSubmittedAcceptedRate
      IDEAS '20572747%
      IDEAS '171023837%
      IDEAS '1351918%
      Overall2107435%