Sciweavers

4616 search results - page 409 / 924
» Beyond relational databases
Sort
View
275
Voted
VLDB
2006
ACM
147views Database» more  VLDB 2006»
16 years 7 months ago
Answering queries using materialized views with minimum size
In this paper we study the following problem. Given a database and a set of queries, we want to find a set of views that can compute the answers to the queries, such that the amoun...
Rada Chirkova, Chen Li, Jia Li
VLDB
2006
ACM
190views Database» more  VLDB 2006»
16 years 7 months ago
Online summarization of dynamic time series data
Managing large-scale time series databases has attracted significant attention in the database community recently. Related fundamental problems such as dimensionality reduction, tr...
Ümit Y. Ogras, Hakan Ferhatosmanoglu
SIGMOD
2009
ACM
175views Database» more  SIGMOD 2009»
16 years 7 months ago
Keyword search on structured and semi-structured data
Empowering users to access databases using simple keywords can relieve the users from the steep learning curve of mastering a structured query language and understanding complex a...
Yi Chen, Wei Wang 0011, Ziyang Liu, Xuemin Lin
246
Voted
SIGMOD
2009
ACM
117views Database» more  SIGMOD 2009»
16 years 7 months ago
FERRY: database-supported program execution
We demonstrate the language Ferry and its editing, compilation, and execution environment FerryDeck. Ferry's type system and operations match those of scripting or programmin...
Torsten Grust, Manuel Mayr, Jan Rittinger, Tom Sch...
262
Voted
SIGMOD
2007
ACM
159views Database» more  SIGMOD 2007»
16 years 7 months ago
Anatomy of the ADO.NET entity framework
Traditional client-server applications relegate query and persistence operations on their data to database systems. The database system operates on data in the form of rows and ta...
Atul Adya, José A. Blakeley, S. Muralidhar,...