Sciweavers

1548 search results - page 74 / 310
» Client-Site Query Extensions
Sort
View
ICDE
2009
IEEE
135views Database» more  ICDE 2009»
16 years 1 months ago
Space-Constrained Gram-Based Indexing for Efficient Approximate String Search
Abstract-- Answering approximate queries on string collections is important in applications such as data cleaning, query relaxation, and spell checking, where inconsistencies and e...
Alexander Behm, Shengyue Ji, Chen Li, Jiaheng Lu
SIGMOD
2009
ACM
155views Database» more  SIGMOD 2009»
16 years 2 days ago
Efficient top-k algorithms for fuzzy search in string collections
An approximate search query on a collection of strings finds those strings in the collection that are similar to a given query string, where similarity is defined using a given si...
Rares Vernica, Chen Li
VLDB
1994
ACM
84views Database» more  VLDB 1994»
15 years 4 months ago
A Multidatabase System for Tracking and Retrieval of Financial Data
We have built a multidatabase system to support a financial application that stores historical data used by traders to identify trends in the market. The application has an update...
Munir Cochinwala, John Bradley
HASKELL
2007
ACM
15 years 3 months ago
Comprehensive comprehensions
We propose an extension to list comprehensions that makes it easy to express the kind of queries one would write in SQL using ORDER BY, GROUP BY, and LIMIT. Our extension adds exp...
Simon L. Peyton Jones, Philip Wadler
ICDE
2006
IEEE
112views Database» more  ICDE 2006»
16 years 1 months ago
XSEED: Accurate and Fast Cardinality Estimation for XPath Queries
We propose XSEED, a synopsis of path queries for cardinality estimation that is accurate, robust, efficient, and adaptive to memory budgets. XSEED starts from a very small kernel,...
Ashraf Aboulnaga, Ihab F. Ilyas, M. Tamer Özs...